Skip to content

Commit

Permalink
deploy github pages after updating with peaceiris action
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 11, 2025
1 parent 009bf86 commit 7549bca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
run: uv run --extra docs sphinx-build docs/source/ docs/build/html -b html
- name: Set permissions
run: chmod -R a+rX ./docs/build/html
- name: Deploy
- name: Update gh branch
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7549bca

Please sign in to comment.