Docker run 3rd fix

pull/20/head
Bersella 2023-11-29 18:20:02 +08:00
parent 6a40467d77
commit 8e3fbb3c7b
No known key found for this signature in database
GPG Key ID: B1D77BACEF56C7BD
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: peterdavehello/opencc:latest
options: -v ${{ github.workspace }}:/repo -w /repo
run: |
/repo/scripts/opencc.sh
echo "Running OpenCC"
/github/workspace/scripts/opencc.sh
- run: npm ci
- run: hugo --minify
env: