From b238d079fcadc7b05f89f9e1aa7c4f31508772bd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 15:15:56 -0300 Subject: Use newer version of TODOs.sh --- build-aux/workflow/TODOs.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh index 4a9eb65..3f9fa4b 100755 --- a/build-aux/workflow/TODOs.sh +++ b/build-aux/workflow/TODOs.sh @@ -11,13 +11,13 @@ REGEX='s/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE) (.*) \{#( envsubst < build-aux/workflow/preamble.md | \ printf '%s\n\n%s' "$(cat -)" "$(perl -pe "$REGEX" TODOs.md)" | \ - pandoc --toc \ - --highlight-style pygments \ - --toc-depth=2 \ - -s \ - --metadata title="$1 - TODOs" \ - --metadata lang=en \ - -H build-aux/workflow/style.css \ - -r markdown \ - -w html \ + pandoc --toc \ + --highlight-style pygments \ + --toc-depth=2 \ + -s \ + --metadata title="$PROJECT_UC - TODOs" \ + --metadata lang=en \ + -r markdown \ + -w html \ + -H build-aux/workflow/style.css \ > public/TODOs.html -- cgit v1.2.3