Skip to content

Commit

Permalink
Used latest OpenCC thru Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Bersella-AI committed Nov 29, 2023
1 parent 12d37f6 commit 3d28ca7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
with:
hugo-version: latest
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: ./scripts/opencc.sh
- run: hugo --minify
env:
HUGO_DISABLELANGUAGES: 'en'
Expand Down

0 comments on commit 3d28ca7

Please sign in to comment.