Update documentation.yml

This commit is contained in:
Jacob Schmieder
2023-10-07 18:51:53 +02:00
committed by GitHub
parent ebefc27cad
commit 10e8c3137e
+1
View File
@@ -18,6 +18,7 @@ jobs:
run: | run: |
sphinx-apidoc -o source scraibe/ sphinx-apidoc -o source scraibe/
sphinx-build -M html source docs sphinx-build -M html source docs
make html
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}