split html and css/js (#119)

This commit is contained in:
Sijie.Sun
2025-04-19 22:40:34 +08:00
committed by GitHub
parent b315d16106
commit 36cf34b383
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
pnpm -r build
cd ..
mkdir -p public/web
cp EasyTier/easytier-web/frontend/dist/index.html public/web/index.html
cp -r EasyTier/easytier-web/frontend/dist/* public/web/
rm -rf EasyTier
- name: Setup Pages