From 50dc0b1403c58456ab0e0228f1f2ad7415ceaf6d Mon Sep 17 00:00:00 2001 From: Ren HangQi <2572131118@qq.com> Date: Wed, 5 Jun 2024 02:01:12 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 709e354..4317f3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,10 +41,10 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - permissions: - contents: read - pages: write - id-token: write + permissions: + contents: read + pages: write + id-token: write needs: build steps: - name: Deploy to GitHub Pages