Skip to content

Commit 8f63652

Browse files
configure Git user for gh-pages deployment
1 parent 92b3637 commit 8f63652

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@ jobs:
5757
- name: Run cleanup and manage document versions
5858
run: node scripts/manage-doc-versions.js
5959

60+
- name: Configure Git user for gh-pages
61+
run: |
62+
git config --global user.email "action@github.com"
63+
git config --global user.name "GitHub Action"
64+
6065
- name: Deploy to github pages using gh-pages
6166
run: npx gh-pages -d docs

0 commit comments

Comments
 (0)