Fixed file pathing for automated docker builds (#323)

This commit is contained in:
Kizaing 2021-06-24 21:58:20 -04:00 committed by GitHub
parent be2b78fa5a
commit af8c6c2cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View file

@ -28,7 +28,6 @@ jobs:
cd Kavita-webui/ || exit
npm install
npm run prod
mv dist/ ../API/wwwroot
cd ../ || exit
- name: Compile dotnet app