Skip to content

Commit

Permalink
Correctly set deployment URL
Browse files Browse the repository at this point in the history
The deployment URL is passed through three levels of actions, and up until now I’ve been fiddling with the wrong level.
  • Loading branch information
Southpaw1496 committed Nov 30, 2024
1 parent 9b50674 commit 1893215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

2 comments on commit 1893215

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages:

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages:

Please sign in to comment.