Skip to content

Commit 949154d

Browse files
authored
Update main.yml
1 parent ec8c38c commit 949154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: deploy to gh-pages
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
35-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
publish_dir: ./build

0 commit comments

Comments
 (0)