Skip to content

Commit edbee98

Browse files
authored
Upgrade GitHub Pages action to version 4
1 parent 35a8a72 commit edbee98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# Popular action to deploy to GitHub Pages:
2727
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
2828
- name: Deploy to GitHub Pages
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
31-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
31+
deploy_key: ${{ secrets.GITHUB_TOKEN }}
3232
# Build output to publish to the `gh-pages` branch:
3333
publish_dir: ./build
3434
# The following lines assign commit authorship to the official
@@ -37,4 +37,4 @@ jobs:
3737
# The GH actions bot is used by default if you didn't specify the two fields.
3838
# You can swap them out with your own user credentials.
3939
user_name: github-actions[bot]
40-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
40+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)