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 8bc099b commit 61bcc97Copy full SHA for 61bcc97
.github/workflows/deploy-docs.yml
@@ -5,7 +5,7 @@ name: Build and Deploy MkDocs
5
on:
6
push:
7
branches:
8
- - main # or your main development branch
+ - main # or your main development branch
9
10
jobs:
11
deploy:
@@ -40,6 +40,8 @@ jobs:
40
- name: Commit and push
41
run: |
42
cd target-repo
43
+ git config user.name "Exploding Labs Bot"
44
+ git config user.email "bot@explodinglabs.com"
45
git add .
46
git commit -m "Update site from docs source repo" || echo "No changes to commit"
47
git push
0 commit comments