From 65b9d7f7fe53c92835cc1f0db2e06a391987532d Mon Sep 17 00:00:00 2001 From: Alexius Wadell Date: Wed, 8 Nov 2023 12:40:43 -0500 Subject: [PATCH] report JEKYLL_ENV --- docs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 895da87..88158ce 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,9 @@ install: bundle install build: + echo $$JEKYLL_ENV bundle exec jekyll build test: build - bundle exec htmlproofer --disable-external --ignore-missing-alt --swap-urls '^/evse-scaling-behavior/:/' _site + bundle exec htmlproofer --disable-external -- + ignore-missing-alt --swap-urls '^/evse-scaling-behavior/:/' _site