Skip to content

Commit

Permalink
feat: allow building pages on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong authored Mar 5, 2024
1 parent 8d8cad6 commit 10259ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: ["Release"]
types:
- completed
workflow_dispatch:

env:
HDF5_DISABLE_VERSION_CHECK: 1
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: docs/build/html

0 comments on commit 10259ca

Please sign in to comment.