From 1b632fd3459583fc981009cc47bccdb65c0db132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 13 May 2024 06:30:19 +0200 Subject: [PATCH] update page deploy actions --- .github/workflows/workflow-rebuild-website.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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