Update jekyll.yml

This commit is contained in:
Tom 2024-07-29 12:10:45 +01:00
parent f533e6a006
commit dc7426859b

View File

@ -61,7 +61,7 @@ jobs:
deploy:
environment:
name: github-pages
url: "${{steps.pages.outputs.base_path}}"
url: "${{steps.deployments.outputs.base_path}}"
runs-on: ubuntu-latest
needs: build
steps: