Merge branch 'sphinx_action' of github.com:JSchmie/ScrAIbe into sphinx_action
This commit is contained in:
@@ -18,11 +18,12 @@ 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' }}
|
||||||
with:
|
with:
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
github_token: ${{ secrets.TOKEN_GH }}
|
github_token: ${{ secrets.TOKEN_GH }}
|
||||||
publish_dir: ./docs
|
publish_dir: ./docs/html
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
Reference in New Issue
Block a user