From a40cf617d36ee1a65d3333fc4c8e95cc0c8fc09c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 11 Mar 2023 06:44:52 -0700 Subject: [PATCH] docs/build.sh: always enable coloring in output should make it easier to spot the source of the issue --- docs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.sh b/docs/build.sh index f0df520b..ea934e48 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -14,7 +14,7 @@ done if test -z "${CHECK_ONLY}" ; then gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml fi -if ! gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml --check ; then +if ! gelatyx --language lua --color always --file-list $tracked_markdown --language-config stylua.toml --check ; then echo echo "Be sure to run ./docs/build.sh to apply formatting before you push changes." echo