Update jekyll.yml

This commit is contained in:
Tom 2023-11-09 16:59:39 +00:00
parent 5101880156
commit 4dce46d4e2

View File

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