From df95e680d4f23cc661e0960af02efbc2ae0b6800 Mon Sep 17 00:00:00 2001 From: Grant Archibald <31553604+Grant-Archibald-MS@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:57:46 -0800 Subject: [PATCH] Debug info on build --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index c984037..bfe3e97 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -47,7 +47,7 @@ jobs: run: | cd site bundle install - bundle exec jekyll build --verbose + JEKYLL_LOG_LEVEL=debug bundle exec jekyll build env: JEKYLL_ENV: production - name: Verify examples and discussion folders