diff options
author | EuAndreh <eu@euandre.org> | 2021-08-08 12:38:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-08 12:38:50 -0300 |
commit | 57dfbabf8f3ad0c14891396f2e5f09ec9a8d1773 (patch) | |
tree | f2dad44cbb5c3c8c9d144ac4cb618d945f0d1ac7 /aux | |
parent | README.md: Explicitly state that the required tools are the POSIX ones (diff) | |
download | git-permalink-57dfbabf8f3ad0c14891396f2e5f09ec9a8d1773.tar.gz git-permalink-57dfbabf8f3ad0c14891396f2e5f09ec9a8d1773.tar.xz |
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.
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/workflow/public.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" |