Skip to content

Commit

Permalink
Merge pull request #30 from watermarkhu/watermarkhu-patch-1
Browse files Browse the repository at this point in the history
Update docs.yml
  • Loading branch information
watermarkhu authored Mar 6, 2024
2 parents 8747140 + e512392 commit b7d2583
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Sphinx build
run: |
cd docs && make html
poetry shell
cd docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -39,4 +41,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 b7d2583

Please sign in to comment.