Skip to content

Commit 8433aec

Browse files
committed
WIP push
1 parent c27abcf commit 8433aec

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ 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-
36-
# - name: Commit and push changes
37-
# run: |
38-
# git checkout -b update-docs
39-
# git add ../api-reference
40-
# git commit -m "Update documentation"
41-
# git push -u origin update-docs
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+
36+
- name: Commit and push changes
37+
run: |
38+
git checkout -b update-docs
39+
git add docs/api-reference
40+
git commit -m "Update documentation"
41+
git push -u origin update-docs
4242
4343
# - name: Create Pull Request
4444
# uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)