add make html
This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-apidoc -o source scraibe/
|
sphinx-apidoc -o source scraibe/
|
||||||
sphinx-build source docs
|
sphinx-build 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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user