Skip to content

Commit 3e5b634

Browse files
thomaspinderThomas Pinder
and
Thomas Pinder
authoredSep 6, 2024··
Change gh-pages deploy (#8)
Co-authored-by: Thomas Pinder <[email protected]>
1 parent 8c35c92 commit 3e5b634

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/workflows/docs.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ jobs:
3636
uses: pypa/hatch@install
3737

3838
- name: Build and deploy the documentation
39-
run: hatch run docs:deploy
39+
run: hatch run docs:build
40+
41+
- name: Deploy Page 🚀
42+
uses: JamesIves/github-pages-deploy-action@v4.4.1
43+
with:
44+
branch: gh-pages
45+
folder: site

0 commit comments

Comments
 (0)
Please sign in to comment.