Skip to content

Commit 3478d90

Browse files
committed
fix branch name
1 parent 496f007 commit 3478d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
deploy:
4444
environment:
4545
name: github-pages
46-
url: ${{ steps.deployment.outputs.page_url }}/${GITHUB_REF}
46+
url: ${{ steps.deployment.outputs.page_url }}/${{ github.head_ref || github.ref_name }}
4747
runs-on: ubuntu-latest
4848
needs: build
4949
steps:

0 commit comments

Comments
 (0)