diff options
author | EuAndreh <eu@euandre.org> | 2021-08-26 14:32:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 13:23:04 -0300 |
commit | bd17870f8f96580eb5bf97b09d5fa3279eafbc29 (patch) | |
tree | 79f103e875799ab180933685ee4dd06c8ba69100 /aux/workflow/public.sh | |
parent | _pastebins/: Tweak heading and links of pastebins just because (diff) | |
download | euandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.gz euandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.xz |
aux/: Update
Diffstat (limited to 'aux/workflow/public.sh')
-rwxr-xr-x | aux/workflow/public.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh index 07be9d4..38613de 100755 --- a/aux/workflow/public.sh +++ b/aux/workflow/public.sh @@ -50,10 +50,10 @@ for lang in $LANGS; do < "README.$lang.md" > "$OUTDIR/$lang/index.html" sh aux/workflow/commonmark.sh -N "$PROJECT" -t CHANGELOG -l "$lang" \ < "CHANGELOG.$lang.md" > "$OUTDIR/$lang/CHANGELOG.html" - cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR/$lang" + ln -fs ../favicon.svg "$OUTDIR/$lang" done ln -fs en/index.html "$OUTDIR/index.html" -cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR" +cp aux/workflow/favicon.svg "$OUTDIR" sh aux/ci/report.sh -n "$PROJECT" -o "$OUTDIR" |