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