parent
a97bd1bd54
commit
61c8ce36e0
2 changed files with 2 additions and 2 deletions
3
.github/workflows/nightly-docker.yml
vendored
3
.github/workflows/nightly-docker.yml
vendored
|
@ -25,14 +25,13 @@ jobs:
|
|||
with:
|
||||
node-version: '14'
|
||||
- run: |
|
||||
echo 'Removing old wwwroot'
|
||||
rm -rf API/wwwroot/*
|
||||
cd Kavita-webui/ || exit
|
||||
echo 'Installing web dependencies'
|
||||
npm install
|
||||
echo 'Building UI'
|
||||
npm run prod
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
mkdir ../API/wwwroot
|
||||
cp -r dist/* ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
|
|
1
.github/workflows/stable-docker.yml
vendored
1
.github/workflows/stable-docker.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
echo 'Building UI'
|
||||
npm run prod
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
mkdir ../API/wwwroot
|
||||
cp -r dist/* ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue