Skip to content

Commit

Permalink
CI: Store HTML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qwersem committed Oct 15, 2024
1 parent 7b06a19 commit d12e38e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,9 @@ 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

0 comments on commit d12e38e

Please sign in to comment.