Skip to content

Commit

Permalink
docs: try executing multi-version build process
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent 8c45da3 commit 669f1be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
run: pip install -e .

- name: Build documentation
run: sphinx-build docs/ docs/_build/html
run: |
cd docs
python3 build_all.py
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
Expand Down

0 comments on commit 669f1be

Please sign in to comment.