修改前端文件路径

This commit is contained in:
thsrite
2023-08-04 08:53:32 +08:00
parent 9677a63244
commit 713800f615
2 changed files with 4 additions and 4 deletions

View File

@ -38,8 +38,8 @@ jobs:
cd MoviePilot-Frontend
yarn && yarn build
cd ..
mkdir -p public
cp -rf ./MoviePilot-Frontend/dist/* ./public/
mkdir -p /public
cp -rf ./MoviePilot-Frontend/dist/* /public/
rm -rf MoviePilot-Frontend
chmod +x start.sh