Docker run 3rd fix
parent
6a40467d77
commit
8e3fbb3c7b
|
@ -23,9 +23,9 @@ jobs:
|
||||||
- uses: addnab/docker-run-action@v3
|
- uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: peterdavehello/opencc:latest
|
image: peterdavehello/opencc:latest
|
||||||
options: -v ${{ github.workspace }}:/repo -w /repo
|
|
||||||
run: |
|
run: |
|
||||||
/repo/scripts/opencc.sh
|
echo "Running OpenCC"
|
||||||
|
/github/workspace/scripts/opencc.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: hugo --minify
|
- run: hugo --minify
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue