aboutsummaryrefslogtreecommitdiff
path: root/build-aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 15:15:56 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 15:15:56 -0300
commitb238d079fcadc7b05f89f9e1aa7c4f31508772bd (patch)
tree6be21e4e49725df628fa327de4cb8c2a54f43b3a /build-aux/workflow
parentAdd build-aux/ci/ (diff)
downloadremembering-b238d079fcadc7b05f89f9e1aa7c4f31508772bd.tar.gz
remembering-b238d079fcadc7b05f89f9e1aa7c4f31508772bd.tar.xz
Use newer version of TODOs.sh
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/workflow/TODOs.sh18
1 files 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