From 57dfbabf8f3ad0c14891396f2e5f09ec9a8d1773 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 8 Aug 2021 12:38:46 -0300 Subject: aux/workflow/public.sh: Remove symlink to toplevel CHANGELOG Keep only the symlink to index.html, as this is the main entrypoint to the website. --- aux/workflow/public.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'aux/workflow/public.sh') diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh index 2276ed3..07be9d4 100755 --- a/aux/workflow/public.sh +++ b/aux/workflow/public.sh @@ -54,7 +54,6 @@ for lang in $LANGS; do done ln -fs en/index.html "$OUTDIR/index.html" -ln -fs en/CHANGELOG.html "$OUTDIR/CHANGELOG.html" cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR" sh aux/ci/report.sh -n "$PROJECT" -o "$OUTDIR" -- cgit v1.2.3