Skip to content

Commit e09b0bc

Browse files
committed
Add user for runner push
1 parent d71e6df commit e09b0bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
3131
- name: Deploy to dist branch
3232
run: |
33+
git config --global user.email "[email protected]"
34+
git config --global user.name "GitHub Actions"
3335
git checkout -b dist
34-
git add -f docs/build/html
36+
git add -f /docs/build/html
3537
git commit -m "Deploy Sphinx documentation to dist branch"
3638
git push origin dist
39+

0 commit comments

Comments
 (0)