Skip to content

Commit

Permalink
Update docs update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 23, 2024
1 parent 53f1e55 commit 0ac1d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: "3.9"
- name: Install dependencies
run: |
pip install -r docs/.docs.requirements
pip install -e . && pip install -r docs/.docs.requirements
- name: Sphinx build
run: |
rm -rf docs/build/ && sphinx-build docs/source/ docs/build/
Expand All @@ -26,4 +26,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/
force_orphan: true
force_orphan: true

0 comments on commit 0ac1d44

Please sign in to comment.