Fixed file pathing for automated docker builds (#323)
This commit is contained in:
parent
be2b78fa5a
commit
af8c6c2cb9
3 changed files with 12 additions and 6 deletions
1
.github/workflows/nightly-docker.yml
vendored
1
.github/workflows/nightly-docker.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
|||
cd Kavita-webui/ || exit
|
||||
npm install
|
||||
npm run prod
|
||||
mv dist/ ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
- name: Compile dotnet app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue