diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9c6f91d..191ea41 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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