From 475b406e289f076f01046ee6e48f532b5b595ded Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 14 Aug 2023 08:38:08 -0700 Subject: [PATCH] Update postprocess - Fix description list markdown - Remove reference to HUGO_ENV per #2154 --- content/en/hugo-pipes/postprocess.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/postprocess.md b/content/en/hugo-pipes/postprocess.md index d82c892ce..921427fc3 100755 --- a/content/en/hugo-pipes/postprocess.md +++ b/content/en/hugo-pipes/postprocess.md @@ -83,7 +83,8 @@ These are the environment variables Hugo passes down to PostCSS (and Babel), whi PWD : The absolute path to the project working directory. -HUGO_ENVIRONMENT (and the alias HUGO_ENV) + +HUGO_ENVIRONMENT : The value e.g. set with `hugo -e production` (defaults to `production` for `hugo` and `development` for `hugo server`). HUGO_PUBLISHDIR