Skip to content

Commit ded5c6b

Browse files
committed
Added deployment
1 parent 17b5d76 commit ded5c6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ jobs:
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: html-docs
39-
path: docs/build/html/
39+
path: docs/build/html/
40+
41+
- name: Deploy to GitHub Pages
42+
uses: peaceiris/actions-gh-pages@v4
43+
with:
44+
github_token: ${{ secrets.GITHUB_TOKEN }}
45+
publish_dir: ./docs/build/html

0 commit comments

Comments
 (0)