changed source folder

This commit is contained in:
Jaikinator
2023-10-06 12:21:13 +02:00
parent 6a07f660d2
commit ceb1172e13
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
sphinx-build -M html scraibe docs
sphinx-build -M html . docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}