Skip to content

Commit

Permalink
docs: multiversion
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi committed Jan 28, 2024
1 parent 09995f3 commit 00f161b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
pip install poetry nox nox-poetry
- name: Building documentation
run: |
nox --session docs-build --force-color -- -b dirhtml
# TODO: use -- -b dirhtml once the multiversion index supports it
nox --session docs-build --force-color
- name: Deploy documentation 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 00f161b

Please sign in to comment.