aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-08 03:08:34 -0300
committerEuAndreh <eu@euandre.org>2021-02-08 03:08:34 -0300
commit148314bdbbf7ef1c60e198e2e3da703023a5425a (patch)
tree915df0e9d812d7d77fdd1c25c913e2b4973051b5 /aux/workflow
parentaux/ci/: Use /srv over /data path (diff)
downloadserver-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.gz
server-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.xz
Update aux/ files
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/README.sh2
-rwxr-xr-xaux/workflow/TODOs.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh
index f9e7f52..b9fa38e 100755
--- a/aux/workflow/README.sh
+++ b/aux/workflow/README.sh
@@ -25,6 +25,6 @@ cat "$README" "$RELEASES" | \
-s \
--metadata title="$PROJECT_UC - README" \
--metadata lang=en \
- -r markdown \
+ -r commonmark \
-w html \
> public/index.html
diff --git a/aux/workflow/TODOs.sh b/aux/workflow/TODOs.sh
index ab45835..5dbc761 100755
--- a/aux/workflow/TODOs.sh
+++ b/aux/workflow/TODOs.sh
@@ -17,7 +17,7 @@ envsubst < aux/workflow/preamble.md | \
-s \
--metadata title="$PROJECT_UC - TODOs" \
--metadata lang=en \
- -r markdown \
+ -r commonmark \
-w html \
-H aux/workflow/style.css \
> public/TODOs.html