Skip to content

Commit

Permalink
Fix documentation publishing (#531)
Browse files Browse the repository at this point in the history
Fixes #517.

Relates to actions/deploy-pages#188
  • Loading branch information
Indy2222 authored Jun 21, 2023
1 parent 1b396d2 commit 3fed0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Build Zola Docs
working-directory: docs
run: zola build
# https://github.com/actions/upload-pages-artifact#file-permissions
- run: chmod -c -R +rX docs/public/
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 3fed0d8

Please sign in to comment.