Skip to content

Commit

Permalink
Merge pull request #117 from con-kitty/fix-haddock-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout authored Jan 29, 2024
2 parents 248db06 + 265f3a9 commit 15b2a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
--haddock-option='--use-index=../doc-index.html' \
--local \
--output=_site
## Fix permissions to match the action’s expectations (see
## https://github.com/actions/upload-pages-artifact#file-permissions)
chmod -c -R +rX "_site/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
deploy:
Expand Down

0 comments on commit 15b2a55

Please sign in to comment.