Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit ddaa46b

Browse files
fix yml again lol
1 parent 8c0d1b7 commit ddaa46b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Set this to your default branch
6+
- main
77

88
jobs:
99
deploy:
@@ -19,5 +19,8 @@ jobs:
1919
- name: Deploy to GitHub Pages
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: . # The directory to publish. Adjust if needed.
22+
personal_token: ${{ secrets.PERSONAL_TOKEN }}
23+
publish_dir: . # The directory to publish. Adjust if needed.
24+
commit_message: ${{ github.event.head_commit.message }}
25+
user_name: 'github-actions[bot]'
26+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)