Skip to content

Commit

Permalink
Fixes PR URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Oct 30, 2024
1 parent 39cb123 commit 33c97fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'pull_request'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}/pr_preview_${{ github.event.number }}
url: ${{ steps.deployment.outputs.page_url }}pr_preview_${{ github.event.number }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 33c97fd

Please sign in to comment.