Update jekyll.yml

This commit is contained in:
Tom 2024-07-29 11:42:48 +01:00
parent 94619844e1
commit b9a1c11dbf

View File

@ -61,7 +61,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: "${{ github.ref_name == github.event.repository.default_branch && steps.pages.outputs.base_path || github.ref_name}}"
runs-on: ubuntu-latest
needs: build
steps: