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