Skip to content

Commit

Permalink
CI: fixed GHA workflow for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 1, 2024
1 parent 9cc96b1 commit ec04630
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 @@ -28,7 +28,7 @@ jobs:
- name: Setup Project
run: |
git fetch --prune --unshallow --tags
git submodule update --init lib/golang
git submodule update --init lib/zola.adidoks
- name: Build GitHub Pages
run: docker run -v ${{ github.workspace }}:/app ghcr.io/sapati/zola:v0.17.1-hu -r .github/pages build
Expand Down

0 comments on commit ec04630

Please sign in to comment.