Skip to content

Commit

Permalink
CI: updated 'zola' in GHA 'github-pages' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 2, 2024
1 parent 9908b3c commit 795ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git submodule update --init lib/zola.adidoks
- name: Build GitHub Pages
run: docker run -v ${{ github.workspace }}:/tmp -w /tmp ghcr.io/sapati/zola:v0.17.1-hu -r .github/pages build
run: docker run -v ${{ github.workspace }}:/tmp -w /tmp ghcr.io/getzola/zola:v0.18.0 -r .github/pages build

- name: Setup GitHub Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 795ac65

Please sign in to comment.