From a93922097ae8e9ee21a45526b89808fa571c6891 Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 18 Jun 2025 10:28:40 +0300 Subject: [PATCH] feat: Update GitHub Pages deployment to include additional PWA assets --- .github/workflows/gh-pages.yml | 6 ++++++ public/data/flags.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0c37951..68f967e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -50,9 +50,15 @@ jobs: cp public/favicon.png ./gh-pages-artifact/ cp public/favicon.ico ./gh-pages-artifact/ cp public/apple-touch-icon.png ./gh-pages-artifact/ + cp public/icon-192x192.png ./gh-pages-artifact/ + cp public/icon-512x512.png ./gh-pages-artifact/ + cp public/manifest.json ./gh-pages-artifact/ + cp public/sw.js ./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/ + cp -r public/flags ./gh-pages-artifact/ + cp -r public/flags_gen ./gh-pages-artifact/ cp public/pwa-files-to-cache.json ./gh-pages-artifact/ if [ -f public/CNAME ]; then cp public/CNAME ./gh-pages-artifact/CNAME diff --git a/public/data/flags.json b/public/data/flags.json index 6ab44f8..09681fd 100644 --- a/public/data/flags.json +++ b/public/data/flags.json @@ -5080,4 +5080,4 @@ "wikipedia": "https://en.wikipedia.org/wiki/Zimbabwe" } } -] +] \ No newline at end of file