Skip to content

Commit

Permalink
fix: Update GitHub Pages URL to include pull request branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 1, 2025
1 parent 1a9c0e5 commit b8dd086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

environment:
name: Preview
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}-pr-${{ github.event.pull_request.head.ref }}

steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit b8dd086

Please sign in to comment.