Skip to content

Commit

Permalink
work under docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Mar 30, 2024
1 parent 4be0796 commit 9982896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
run: |
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
working-directory: docs/
run: |
sphinx-build docs _build
sphinx-build . _build
- name: Deploy to GitHub Pages
working-directory: docs/
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
Expand Down

0 comments on commit 9982896

Please sign in to comment.