Try another Action

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

View File

@ -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