fix: Simplify Pages artifact preparation and update Svelte dependency version

This commit is contained in:
sHa
2025-04-28 00:22:32 +03:00
parent 7bd4cbdf37
commit eb3e0421f8
3 changed files with 3 additions and 4 deletions

View File

@@ -30,8 +30,7 @@ jobs:
- name: Prepare Pages artifact
run: |
mkdir -p ./gh-pages-artifact/build
cp public/build/* ./gh-pages-artifact/build/
cp -r public/build ./gh-pages-artifact/build/
cp public/index.html ./gh-pages-artifact/
cp public/global.css ./gh-pages-artifact/
cp -r public/data ./gh-pages-artifact/