Docker run 2nd fix
parent
1fe0356c3f
commit
2b7fee93ea
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue