We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef15903 commit 92cf49dCopy full SHA for 92cf49d
1 file changed
.github/workflows/deploy-docs.yml
@@ -26,6 +26,11 @@ jobs:
26
uses: actions/checkout@v6
27
with:
28
fetch-tags: true
29
+ - name: Set user name and email for git
30
+ run: |
31
+ # Needed so we can apply patches
32
+ git config --global user.name "GitHub Actions"
33
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
34
- uses: ./.github/actions/generate-docs
35
36
build: all_with_old
0 commit comments