From 55caba9b069e1ffcadbc7ac931e04c81c8a477c4 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 12 May 2025 17:10:14 +0300 Subject: [PATCH] Add favicon files to GitHub Pages deployment --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5b3c360..2f08b18 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -40,6 +40,10 @@ jobs: cp public/build/* ./gh-pages-artifact/build/ cp public/index.html ./gh-pages-artifact/ cp public/global.css ./gh-pages-artifact/ + cp public/favicon.svg ./gh-pages-artifact/ + cp public/favicon.png ./gh-pages-artifact/ + cp public/favicon.ico ./gh-pages-artifact/ + cp public/apple-touch-icon.png ./gh-pages-artifact/ cp -r public/data ./gh-pages-artifact/ cp -r public/logos ./gh-pages-artifact/ cp -r public/logos_gen ./gh-pages-artifact/