Skip to content

Commit

Permalink
GitHub CI: Create artifact of the generated documentation (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad authored Jul 30, 2024
1 parent 3a74e28 commit 9def7aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
working-directory: ${{ env.docs-directory }}
run: |
make html
- name: Archive documentation
uses: actions/upload-artifact@v4
with:
name: documentation.tar.gz
path: ${{ env.docs-directory }}/generated_docs
# .nojekyll file is needed for GitHub Pages to know it's getting a ready webpage
# and there is no need to generate anything
- name: Generate nojekyll file
Expand Down

0 comments on commit 9def7aa

Please sign in to comment.