add make html

This commit is contained in:
Jaikinator
2023-10-06 16:04:17 +02:00
parent d2bc0928e0
commit 14be0a2456
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: |
sphinx-apidoc -o source scraibe/
sphinx-build source docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}