change source and dest
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
pip install sphinx sphinx_rtd_theme myst_parser
|
pip install sphinx sphinx_rtd_theme myst_parser
|
||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-build doc _build
|
sphinx-build -M html scraibe docs
|
||||||
- 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