We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2354a6d commit 5f8ca8bCopy full SHA for 5f8ca8b
.github/workflows/deploy-preview.yml
@@ -36,7 +36,7 @@ jobs:
36
id-token: write
37
environment:
38
name: github-pages
39
- url: ${{ steps.deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}branches/${{ github.head_ref }}
40
runs-on: ubuntu-latest
41
steps:
42
- name: Deploy to GitHub Pages
0 commit comments