diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index fa4ba4d..ba8ae29 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -53,13 +53,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: sphinx/_build/html - - name: Commit updated documentation - run: | - cd ${GITHUB_WORKSPACE} - git config --global user.email "${GIT_USER_EMAIL}" - git config --global user.name "${GIT_USER_NAME}" - git config pull.rebase false - git add . - git commit --allow-empty -m "Automatic update of github pages" - git push origin master