Skip to content

Commit 365c2fe

Browse files
committed
gh action fix
1 parent c01c643 commit 365c2fe

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
# Review gh actions docs if you want to further define triggers, paths, etc
8-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
97

108
jobs:
119
deploy:
@@ -23,18 +21,8 @@ jobs:
2321
- name: Build website
2422
run: npm run build
2523

26-
# Popular action to deploy to GitHub Pages:
27-
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
2824
- name: Deploy to GitHub Pages
2925
uses: peaceiris/actions-gh-pages@v3
3026
with:
3127
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
# Build output to publish to the `gh-pages` branch:
3328
publish_dir: ./build
34-
# The following lines assign commit authorship to the official
35-
# GH-Actions bot for deploys to `gh-pages` branch:
36-
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
37-
# The GH actions bot is used by default if you didn't specify the two fields.
38-
# You can swap them out with your own user credentials.
39-
user_name: github-actions[bot]
40-
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)