Skip to content

Commit 6d05e03

Browse files
committed
[Fix] gh-pages action
1 parent 8991836 commit 6d05e03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ jobs:
2222
run: |
2323
cd docs
2424
poetry run make html
25+
26+
- name: Deploy
27+
uses: peaceiris/actions-gh-pages@v4
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_dir: ./docs/build
31+
publish_branch: docs

0 commit comments

Comments
 (0)