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/README.sh | |
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/README.sh')
-rwxr-xr-x | aux/workflow/README.sh | 2 |
1 files changed, 1 insertions, 1 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 |