Skip to content

Commit ce83814

Browse files
committed
WIP
1 parent 1803215 commit ce83814

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,12 @@ jobs:
2828
cd docs/build
2929
python build.py
3030
31-
- name: Configure Git
32-
run: |
33-
git config --global user.name 'github-actions'
34-
git config --global user.email 'github-actions@github.com'
35-
3631
- name: Commit and push changes
3732
run: |
3833
git checkout -b update-docs
3934
git add docs/api-reference
35+
git config --global user.name 'github-actions'
36+
git config --global user.email 'github-actions@github.com'
4037
git commit -m "Update documentation"
4138
git push -u origin update-docs
4239
env:

0 commit comments

Comments
 (0)