Skip to content

Commit c2cbafc

Browse files
committed
Update gh-pages workflow to use nox task docs:multiversion
1 parent 035b17c commit c2cbafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Build Documentation
2222
run: |
23-
poetry run python -m nox -s docs:multiversion
23+
poetry run nox -s docs:multiversion
2424
2525
- name: Deploy
2626
uses: JamesIves/[email protected]

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Build Documentation
2222
run: |
23-
poetry run sphinx-multiversion doc/ .html-documentation
23+
poetry run nox -s docs:multiversion
2424
2525
- name: Deploy
2626
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)