Skip to content

Commit 4994e8a

Browse files
Merge pull request #106 from oss-slu/peaceiris-actions-v4
updates to the deployment action
2 parents a3a311e + ee62d18 commit 4994e8a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/deploy.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ 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:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
# Build output to publish to the `gh-pages` branch:
3332
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.
3933
user_name: github-actions[bot]
40-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
34+
user_email: github-actions[bot]@users.noreply.github.com
35+
commit_message: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)