Skip to content

Commit 40ae141

Browse files
committed
Update gh-pages workflow and template
1 parent 2a14fe0 commit 40ae141

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Build Documentation
1818
run: |
19-
poetry run python -m nox -s build-docs
19+
poetry run python sphinx-multiversion docs/ .html-documentation
2020
2121
- name: Deploy
2222
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
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Build Documentation
1818
run: |
19-
poetry run python -m nox -s build-docs
19+
poetry run python sphinx-multiversion docs/ .html-documentation
2020
2121
- name: Deploy
2222
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)