feat: Update asset paths and add emblems collection for PWA caching

This commit is contained in:
sHa
2025-06-18 12:27:34 +03:00
parent 708334bcf4
commit 06ecfbf377
7 changed files with 74 additions and 179 deletions

View File

@@ -55,10 +55,7 @@ jobs:
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 -r public/images ./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