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 19b712c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: ammaraskar/[email protected]
with:
docs-folder: doc

- uses: actions/download-artifact@v4
with:
name: html_doc
path: doc/_build/html

- name: Deploy documentation
if: ${{ github.event_name == 'workflow_dispatch' && inputs.perform_deploy }}
Expand Down

0 comments on commit 19b712c

Please sign in to comment.