Skip to content

Commit

Permalink
ci: revises pipeline to return the preview branch
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Oct 12, 2024
1 parent 2354a6d commit f563034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}/branches/${{ github.head_ref }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit f563034

Please sign in to comment.