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 0f7cdcd commit d042290Copy full SHA for d042290
.github/workflows/deploy.yml
@@ -53,6 +53,8 @@ jobs:
53
# Commit generated index.html
54
- name: Commit generated file
55
run: |
56
+ git config --global user.name "github-actions[bot]"
57
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
58
git add index.html
59
git commit -m "Generate index.html"
60
git push
0 commit comments