Fix docker run

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

View File

@ -25,7 +25,7 @@ jobs:
image: peterdavehello/opencc:latest
volumes: ${{ github.workspace }}:/repo
workdir: /repo
run: ./scripts/opencc.sh
run: /repo/scripts/opencc.sh
- run: npm ci
- run: hugo --minify
env: