fix build

This commit is contained in:
jxxghp
2023-08-04 13:48:13 +08:00
parent eae18c8b89
commit 81f1cc1523
2 changed files with 3 additions and 2 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