Update jekyll.yml

This commit is contained in:
Tom 2024-07-29 14:49:28 +01:00
parent ef17a1c3de
commit b2a9614388

View File

@ -50,7 +50,7 @@ jobs:
run: npm clean-install
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --trace --baseurl "${{steps.pages.outputs.base_path}}"
run: bundle exec jekyll build --trace --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact