diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d0ec6a04..11189097 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,12 +33,12 @@ jobs: env: iamai_DEV: "1" - - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore(docs): update api docs" - title: "chore(docs): update api docs" - body: "automatic update api docs" - branch: docs/update-api-docs - base: master \ No newline at end of file + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v5 + # with: + # token: ${{ secrets.GITHUB_TOKEN }} + # commit-message: "chore(docs): update api docs" + # title: "chore(docs): update api docs" + # body: "automatic update api docs" + # branch: docs/update-api-docs + # base: master \ No newline at end of file