Skip to content

Commit ab2922f

Browse files
authored
Update python-package.yml
1 parent 0f78f0b commit ab2922f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
- name: Build docs with MkDocs
4747
run: |
4848
poetry run mkdocs build --strict
49+
50+
- name: Push docs on gh-pages branch
51+
run: |
52+
poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)