Skip to content

Commit 5f8ca8b

Browse files
committed
ci: revises pipeline to return the preview branch
1 parent 2354a6d commit 5f8ca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id-token: write
3737
environment:
3838
name: github-pages
39-
url: ${{ steps.deployment.outputs.page_url }}
39+
url: ${{ steps.deployment.outputs.page_url }}branches/${{ github.head_ref }}
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)