diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2acfe6a9..340f9e6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: page_url: ${{ steps.deployment.outputs.page_url }} permissions: pages: write - id-token: write} + id-token: write steps: - name: Setup Pages uses: actions/configure-pages@v2