mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
feat: Update GitHub Pages deployment to include additional PWA assets
This commit is contained in:
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
@@ -5080,4 +5080,4 @@
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/Zimbabwe"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user