diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 19:59:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 19:59:34 -0300 |
commit | ddceecab381f062c0c1b1c8153ca579d09902dcf (patch) | |
tree | c84638f897f2e38bb0ea223d6b718f267e3aeff1 /aux | |
parent | .gitignore: Add libgistatic.a and src/config.h (diff) | |
download | gistatic-ddceecab381f062c0c1b1c8153ca579d09902dcf.tar.gz gistatic-ddceecab381f062c0c1b1c8153ca579d09902dcf.tar.xz |
aux/workflow/: Remove unused favicon.png, make favicon.svg a symlink
Diffstat (limited to 'aux')
-rw-r--r-- | aux/workflow/favicon.png | bin | 2372 -> 0 bytes | |||
-rwxr-xr-x | aux/workflow/public.sh | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/favicon.png b/aux/workflow/favicon.png Binary files differdeleted file mode 100644 index 051fdf1..0000000 --- a/aux/workflow/favicon.png +++ /dev/null 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" |