Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 992968c

Browse files
committed
GitHub Actions: deploy docs for each push on main
1 parent 6074388 commit 992968c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/doc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
- name: Build documentation
3333
run: |
3434
just build-doc
35+
36+
- name: Deploy to GitHub pages
37+
uses: JamesIves/github-pages-deploy-action@v4.3.3
38+
with:
39+
token: ${{ secrets.GH_PAT }}
40+
branch: gh-pages
41+
folder: docs/_build/html/

0 commit comments

Comments
 (0)