Skip to content

Commit

Permalink
report JEKYLL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Nov 8, 2023
1 parent 61be371 commit 65b9d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65b9d7f

Please sign in to comment.