Skip to content

Commit

Permalink
Docker run 3rd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bersella-AI committed Nov 29, 2023
1 parent 6a40467 commit 8e3fbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: peterdavehello/opencc:latest
options: -v ${{ github.workspace }}:/repo -w /repo
run: |
/repo/scripts/opencc.sh
echo "Running OpenCC"
/github/workspace/scripts/opencc.sh
- run: npm ci
- run: hugo --minify
env:
Expand Down

0 comments on commit 8e3fbb3

Please sign in to comment.