Skip to content

Commit

Permalink
Fix docs deployment on github
Browse files Browse the repository at this point in the history
Without this, the pdf button in the docs on gh pages returns 404.
  • Loading branch information
tgorochowik committed Jul 30, 2024
1 parent 1c8194d commit 16719f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
sudo chown -R $(whoami) documentation
cp documentation/build/latex/*.pdf documentation/build/html/
cd documentation/build/html
touch .nojekyll
git init
Expand Down

0 comments on commit 16719f3

Please sign in to comment.