Closed christhompson closed 6 years ago
The Makefile currently sets TEST_DOMAIN and PROD_DOMAIN at the top, but these weren't getting propagated to the build scripts.
TEST_DOMAIN
PROD_DOMAIN
This marks the variables as export so subsequent calls to jekyll get passed the variables.
export
jekyll
This fixes #354
The Makefile currently sets
TEST_DOMAIN
andPROD_DOMAIN
at the top, but these weren't getting propagated to the build scripts.This marks the variables as
export
so subsequent calls tojekyll
get passed the variables.This fixes #354