File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ jobs:
28
28
cd docs/build
29
29
python build.py
30
30
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
42
42
43
43
# - name: Create Pull Request
44
44
# uses: peter-evans/create-pull-request@v6
You can’t perform that action at this time.
0 commit comments