We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fb420 commit 8aa276dCopy full SHA for 8aa276d
.github/workflows/deploy.yaml
@@ -26,4 +26,7 @@ jobs:
26
- run: npm ci
27
- run: npm run build
28
- run: npm run build:docs
29
+ - run: |
30
+ git config user.name "GitHub Actions Bot"
31
+ git config user.email "<>"
32
- run: npx gh-pages -d build/docs/gatsby/public
0 commit comments