Skip to content

Commit

Permalink
Try another Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bersella-AI committed Nov 29, 2023
1 parent 2b7fee9 commit 6a40467
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a40467

Please sign in to comment.