We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7d58f commit 3359454Copy full SHA for 3359454
1 file changed
.github/workflows/build-docs.yml
@@ -111,6 +111,9 @@ jobs:
111
- name: Push to gh-pages
112
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
113
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]"
117
git fetch origin
118
echo "checkout gh-pages branch without history (orphan)"
119
git checkout --orphan gh-pages
0 commit comments