diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8639d20d4..66005d937 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 'github-actions@github.com' - - # - 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 'github-actions@github.com' + + - 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