We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496f007 commit 3478d90Copy full SHA for 3478d90
.github/workflows/jekyll-gh-pages.yml
@@ -43,7 +43,7 @@ jobs:
43
deploy:
44
environment:
45
name: github-pages
46
- url: ${{ steps.deployment.outputs.page_url }}/${GITHUB_REF}
+ url: ${{ steps.deployment.outputs.page_url }}/${{ github.head_ref || github.ref_name }}
47
runs-on: ubuntu-latest
48
needs: build
49
steps:
0 commit comments