Skip to content

Commit f7c9005

Browse files
committed
enable docs for gh-pages
1 parent 55c4000 commit f7c9005

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Build
2424
run: cd website && hugo --minify
2525

26-
# - name: Deploy
27-
# uses: peaceiris/actions-gh-pages@v3
28-
# with:
29-
# github_token: ${{ secrets.token }}
30-
# publish_branch: gh-pages
31-
# publish_dir: ./website/public
26+
- name: Deploy
27+
uses: peaceiris/actions-gh-pages@v3
28+
with:
29+
github_token: ${{ secrets.token }}
30+
publish_branch: gh-pages
31+
publish_dir: ./website/public

0 commit comments

Comments
 (0)