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