diff --git a/.github/workflows/workflow-rebuild-website.yml b/.github/workflows/workflow-rebuild-website.yml index 0a304d87..f3ae3c3b 100644 --- a/.github/workflows/workflow-rebuild-website.yml +++ b/.github/workflows/workflow-rebuild-website.yml @@ -14,6 +14,7 @@ jobs: id-token: write environment: name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v4 - uses: actions/checkout@v4 @@ -26,9 +27,9 @@ jobs: run: | cargo run -- results - name: Store generated html - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./site - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4