aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:24:03 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 17:24:03 -0300
commit571f196363919c6b5dcc0c7017c432cfdfa4dc31 (patch)
tree6ee05e46003dd61390d7b4df56f30239de4a2768 /build-aux
parentmv build-aux/assert-todos.sh build-aux/workflow/ (diff)
downloadeuandre.org-571f196363919c6b5dcc0c7017c432cfdfa4dc31.tar.gz
euandre.org-571f196363919c6b5dcc0c7017c432cfdfa4dc31.tar.xz
Use "make public" as the primary way of building the site
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/assert-spelling.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/assert-spelling.sh b/build-aux/assert-spelling.sh
index 0503a4b..33da3e3 100755
--- a/build-aux/assert-spelling.sh
+++ b/build-aux/assert-spelling.sh
@@ -2,6 +2,7 @@
set -eu
export LANG=C.UTF-8
+export JEKYLL_ENV=production
for DICT in build-aux/spelling/*.txt; do
sort "$DICT" | diff - "$DICT" || {