diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9acf288..e5e4055 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write @@ -22,10 +22,7 @@ concurrency: jobs: # Single deploy job since we're just deploying - render-deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + build-deploy: runs-on: ubuntu-latest steps: - name: Checkout