diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index bb2d632..5602eff 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -22,11 +22,14 @@ jobs: deploy: name: Deploy + needs: build + runs-on: ubuntu-latest environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build + permissions: + pages: write + id-token: write steps: - name: Deploy to GitHub Pages id: deployment