We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dd8ac commit 92fe1ccCopy full SHA for 92fe1cc
1 file changed
.github/workflows/deploy-documentation.yml
@@ -29,7 +29,7 @@ jobs:
29
# use sphinx to build the documentation
30
#
31
#/home/runner/.local/bin/sphinx-build -b html ./docs/source ./docs/build
32
- sphinx-build -b html ./docs/source ./docs/build
+ sphinx-build -b html ./docs ./build
33
34
- name: Deploy 🚀
35
uses: JamesIves/github-pages-deploy-action@4.1.3
0 commit comments