Skip to content

Commit

Permalink
Docker run 2nd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bersella-AI committed Nov 29, 2023
1 parent 1fe0356 commit 2b7fee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
image: peterdavehello/opencc:latest
volumes: ${{ github.workspace }}:/repo
workdir: /repo
run: /repo/scripts/opencc.sh
shell: /bin/bash
run: |
/repo/scripts/opencc.sh
- run: npm ci
- run: hugo --minify
env:
Expand Down

0 comments on commit 2b7fee9

Please sign in to comment.