Skip to content

Commit 9270ff2

Browse files
authored
chore: Update deployment configuration to be attributed to github-actions. Updated commit message with more detail. (#211)
1 parent 6f7bb6f commit 9270ff2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27-
2827
- name: Fetch Latest Documentation
2928
run: npm run import
3029

@@ -45,7 +44,10 @@ jobs:
4544
MIGRATION_API_KEY: ${{ secrets.MIGRATION_API_KEY }}
4645

4746
- name: Deploy to GitHub Pages
48-
uses: peaceiris/actions-gh-pages@v3
47+
uses: peaceiris/actions-gh-pages@v4
4948
with:
5049
github_token: ${{ secrets.GITHUB_TOKEN }}
5150
publish_dir: ./build
51+
user_name: 'github-actions[bot]'
52+
user_email: 'github-actions[bot]users.noreply.github.com'
53+
commit_message: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)