diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-08 03:08:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-08 03:08:34 -0300 |
| commit | 148314bdbbf7ef1c60e198e2e3da703023a5425a (patch) | |
| tree | 915df0e9d812d7d77fdd1c25c913e2b4973051b5 /aux/workflow | |
| parent | aux/ci/: Use /srv over /data path (diff) | |
| download | server-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.gz server-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.xz | |
Update aux/ files
Diffstat (limited to 'aux/workflow')
| -rwxr-xr-x | aux/workflow/README.sh | 2 | ||||
| -rwxr-xr-x | aux/workflow/TODOs.sh | 2 |
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 |
