Skip to content

Commit

Permalink
update gh doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmbertr committed Nov 10, 2023
1 parent b9e906e commit 8d00b41
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,8 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
pip install sphinx myst_parser
pip install sphinx myst_parser sphinx-rtd-theme
pip install .
- name: Sphinx build
run: |
sphinx-build docs docs/_build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/
force_orphan: true

0 comments on commit 8d00b41

Please sign in to comment.