From 70d0158b24b100679a732b30592dad74c099a21b Mon Sep 17 00:00:00 2001 From: Southpaw Date: Sat, 30 Nov 2024 10:22:53 +0000 Subject: [PATCH] Correctly set deployment URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The deployment URL is passed through three levels of actions, and up until now I’ve been fiddling with the wrong level. --- .github/workflows/publish-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index 15d209a1..4eee0bea 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -19,7 +19,7 @@ jobs: name: "Publish to Cloudflare Pages" runs-on: ubuntu-latest outputs: - deployment-url: ${{ steps.cloudflare-publish.outputs.url }} + deployment-url: ${{ steps.cloudflare-publish.outputs.deployment-url }} permissions: contents: read env: