Update jekyll.yml

This commit is contained in:
Tom 2024-07-29 13:17:49 +01:00
parent dc7426859b
commit a234320e0a

View File

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