Skip to content

Commit be8aaa5

Browse files
committed
disable deployment to gh-pages for now till opensource
1 parent dbbf8c9 commit be8aaa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

+6-6
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)