Skip to content

Commit

Permalink
WIP push
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 19, 2024
1 parent fe05bf7 commit 07cc5cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
cd docs/build
python build.py
# - name: Configure Git
# run: |
# git config --global user.name 'github-actions'
# git config --global user.email '[email protected]'

# - name: Commit and push changes
# run: |
# git checkout -b update-docs
# git add ../api-reference
# git commit -m "Update documentation"
# git push -u origin update-docs
- name: Configure Git
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
- name: Commit and push changes
run: |
git checkout -b update-docs
git add docs/api-reference
git commit -m "Update documentation"
git push -u origin update-docs
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 07cc5cf

Please sign in to comment.