mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 00:25:59 +00:00
Fix deployment: Ensure icons are correctly included in GitHub Pages artifact preparation
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -44,7 +44,6 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./gh-pages-artifact/build
|
||||
cp public/build/* ./gh-pages-artifact/build/
|
||||
cp public/icons/* ./gh-pages-artifact/icons/
|
||||
cp public/index.html ./gh-pages-artifact/
|
||||
cp public/global.css ./gh-pages-artifact/
|
||||
cp public/favicon.svg ./gh-pages-artifact/
|
||||
@@ -57,6 +56,7 @@ jobs:
|
||||
cp public/sw.js ./gh-pages-artifact/
|
||||
cp -r public/data ./gh-pages-artifact/
|
||||
cp -r public/images ./gh-pages-artifact/
|
||||
cp -r public/icons ./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
|
||||
|
||||
Reference in New Issue
Block a user