Skip to content

Commit 906a0bf

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
add GH pages deploy step
1 parent 36a82ec commit 906a0bf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
- name: Build docs website
5757
run: mkdocs build -s
5858

59-
# - name: Deploy
60-
# uses: peaceiris/actions-gh-pages@v3
61-
# with:
62-
# github_token: ${{ secrets.GITHUB_TOKEN }}
63-
# publish_dir: ./docs
59+
- name: Deploy
60+
if:
61+
uses: peaceiris/actions-gh-pages@v3
62+
with:
63+
github_token: ${{ secrets.GITHUB_TOKEN }}
64+
publish_dir: ./public

0 commit comments

Comments
 (0)