Skip to content

Commit

Permalink
Try Docker again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bersella-AI committed Nov 29, 2023
1 parent f40b21e commit 29781e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
deploy:
runs-on: ubuntu-22.04
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
container:
image: peterdavehello/opencc:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
extended: true
- run: sudo apt install opencc
name: Prepare OpenCC
- run: opencc --version
name: Check OpenCC
- run: ./scripts/opencc.sh
name: Execute OpenCC
- run: npm ci
Expand Down

0 comments on commit 29781e7

Please sign in to comment.