Docker run 2nd fix

pull/20/head
Bersella 2023-11-29 17:51:56 +08:00
parent 1fe0356c3f
commit 2b7fee93ea
No known key found for this signature in database
GPG Key ID: B1D77BACEF56C7BD
1 changed files with 3 additions and 1 deletions

View File

@ -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: