Skip to content

Commit

Permalink
Revert "fix: Update GitHub Pages URL to include pull request branch r…
Browse files Browse the repository at this point in the history
…eference"

This reverts commit b8dd086.
  • Loading branch information
thetarnav committed Jan 1, 2025
1 parent 41a4909 commit d9822d2
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 }}-pr-${{ github.event.pull_request.head.ref }}
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d9822d2

Please sign in to comment.