diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6361802c..434c8fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: GH_TOKEN: ${{ secrets.DOCS_REPO_TOKEN }} run: | gh pr merge ${{ steps.create-pr.outputs.pull-request-number }} \ - --auto --squash \ + --squash \ --repo ${{ github.repository }} sync-docs: