Skip to content

Commit

Permalink
adding a zola check step
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Jun 6, 2024
1 parent 3f511c0 commit 9c4d66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zola_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Check content and links
run: |
zola check
- name: Build
run: |
find .
zola build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 9c4d66b

Please sign in to comment.