We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4000 commit f7c9005Copy full SHA for f7c9005
.github/workflows/gh-pages.yml
@@ -23,9 +23,9 @@ jobs:
23
- name: Build
24
run: cd website && hugo --minify
25
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
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.token }}
+ publish_branch: gh-pages
+ publish_dir: ./website/public
0 commit comments