diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0b174d..be5a857 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,9 @@ jobs: permissions: pages: write id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download artifact id: download-artifact @@ -57,8 +60,6 @@ jobs: - name: Upload to pages uses: actions/upload-pages-artifact@v3 - with: - path: . - name: Deploy to GitHub Pages id: deployment