Skip to content

Commit

Permalink
change build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Sep 20, 2023
1 parent baaf41a commit 1439fda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
pip install sphinx sphinx_rtd_theme
- name: Sphinx build
run: |
sphinx -quickstart
sphinx-build -build -b html docs/source docs/build
sphinx-build -build -b html docs/source _build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev/python_repo' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/
publish_dir: _build/
force_orphan: true

0 comments on commit 1439fda

Please sign in to comment.