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 80840e7 commit 70d0158
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

1 comment on commit 70d0158

@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: https://ffb3231c.quiltmc-org.pages.dev

Please sign in to comment.