Skip to content

Commit b8dd086

Browse files
committed
fix: Update GitHub Pages URL to include pull request branch reference
1 parent 1a9c0e5 commit b8dd086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

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

7676
steps:
7777
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)