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