We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2354a6d commit f563034Copy full SHA for f563034
.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