Skip to content

Commit 3359454

Browse files
committed
Tell git who we are
1 parent 9d7d58f commit 3359454

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
- name: Push to gh-pages
112112
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
113113
run: |
114+
echo "Tell git who we are"
115+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
116+
git config --global user.name "github-actions[bot]"
114117
git fetch origin
115118
echo "checkout gh-pages branch without history (orphan)"
116119
git checkout --orphan gh-pages

0 commit comments

Comments
 (0)