Skip to content

Commit

Permalink
CI: Store HTML documentation
Browse files Browse the repository at this point in the history
It's convenient to see the updated result before merging with the default branch.
  • Loading branch information
qwersem committed Oct 16, 2024
1 parent 200a078 commit 208655d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
with:
branch: gh-pages
folder: doc/_build/html

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html_doc
path: doc/_build/html
retention-days: 7

0 comments on commit 208655d

Please sign in to comment.