Skip to content

Commit 92fe1cc

Browse files
authored
fix: adapt script to our evironment
1 parent 93dd8ac commit 92fe1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# use sphinx to build the documentation
3030
#
3131
#/home/runner/.local/bin/sphinx-build -b html ./docs/source ./docs/build
32-
sphinx-build -b html ./docs/source ./docs/build
32+
sphinx-build -b html ./docs ./build
3333
3434
- name: Deploy 🚀
3535
uses: JamesIves/github-pages-deploy-action@4.1.3

0 commit comments

Comments
 (0)