Try another Action
parent
2b7fee93ea
commit
6a40467d77
|
@ -20,12 +20,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
extended: true
|
extended: true
|
||||||
- uses: kohlerdominik/docker-run-action@v1
|
- uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: peterdavehello/opencc:latest
|
image: peterdavehello/opencc:latest
|
||||||
volumes: ${{ github.workspace }}:/repo
|
options: -v ${{ github.workspace }}:/repo -w /repo
|
||||||
workdir: /repo
|
|
||||||
shell: /bin/bash
|
|
||||||
run: |
|
run: |
|
||||||
/repo/scripts/opencc.sh
|
/repo/scripts/opencc.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
Loading…
Reference in New Issue