Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
watermarkhu authored Mar 6, 2024
1 parent b7d2583 commit e0c52fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- 'docs/**'
- '.github/workflows/docs.yml'

permissions:
contents: write
Expand All @@ -30,9 +31,8 @@ jobs:
- name: Sphinx build
run: |
poetry shell
cd docs
make html
source $(poetry env info --path)/bin/activate
cd docs && make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e0c52fe

Please sign in to comment.