Update jekyll.yml

This commit is contained in:
Tom 2023-11-09 16:57:37 +00:00
parent da7e3f9897
commit 5101880156

View File

@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build
run: bundle exec jekyll build --baseurl "/"
env:
JEKYLL_ENV: production
- name: Upload artifact