Skip to content

Commit 17b3bbd

Browse files
committed
Fix path to documentation in docs build command
1 parent a22192c commit 17b3bbd

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build Documentation
2020
run: |
21-
poetry run sphinx-multiversion docs/ .html-documentation
21+
poetry run sphinx-multiversion doc/ .html-documentation
2222
2323
- name: Deploy
2424
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
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build Documentation
2020
run: |
21-
poetry run sphinx-multiversion docs/ .html-documentation
21+
poetry run sphinx-multiversion doc/ .html-documentation
2222
2323
- name: Deploy
2424
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)