From 3ff3536d9d623d1f8a3ba97cbf75bba9e234433d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Jun 2021 20:35:05 -0300 Subject: aux/workflow/: Add favicon to workflow --- aux/workflow/favicon.png | Bin 0 -> 2372 bytes aux/workflow/favicon.svg | 62 +++++++++++++++++++++++++++++++++++++++++++++++ aux/workflow/public.sh | 2 ++ 3 files changed, 64 insertions(+) create mode 100644 aux/workflow/favicon.png create mode 100644 aux/workflow/favicon.svg (limited to 'aux/workflow') diff --git a/aux/workflow/favicon.png b/aux/workflow/favicon.png new file mode 100644 index 0000000..051fdf1 Binary files /dev/null and b/aux/workflow/favicon.png differ diff --git a/aux/workflow/favicon.svg b/aux/workflow/favicon.svg new file mode 100644 index 0000000..ce566b2 --- /dev/null +++ b/aux/workflow/favicon.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh index 4c90225..d71bdb5 100755 --- a/aux/workflow/public.sh +++ b/aux/workflow/public.sh @@ -13,3 +13,5 @@ if [ -f CHANGELOG.md ]; then fi sh aux/ci/report.sh "$PROJECT" + +cp aux/workflow/favicon.* public/ -- cgit v1.2.3