change source and dest

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