From 4f84641c7ab7bed8fd44711693c8df632e411d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Sat, 27 Jan 2024 11:04:22 +0800 Subject: [PATCH] --- .github/workflows/docs.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8b3b77ab..8a2539b1 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