Used latest OpenCC thru Docker
parent
12d37f6995
commit
3d28ca78d1
|
@ -20,9 +20,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
extended: true
|
extended: true
|
||||||
- run: sudo apt-get install opencc
|
- uses: kohlerdominik/docker-run-action@v1
|
||||||
|
with:
|
||||||
|
image: peterdavehello/opencc:latest
|
||||||
|
volumes: ${{ github.workspace }}:/repo
|
||||||
|
workdir: /repo
|
||||||
|
run: ./scripts/opencc.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: ./scripts/opencc.sh
|
|
||||||
- run: hugo --minify
|
- run: hugo --minify
|
||||||
env:
|
env:
|
||||||
HUGO_DISABLELANGUAGES: 'en'
|
HUGO_DISABLELANGUAGES: 'en'
|
||||||
|
|
Loading…
Reference in New Issue