mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
adding debugging and path change (#332)
This commit is contained in:
parent
f29f2f6729
commit
50bdb715b7
6
.github/workflows/nightly-docker.yml
vendored
6
.github/workflows/nightly-docker.yml
vendored
@ -33,10 +33,10 @@ jobs:
|
|||||||
echo 'Checking dist folder for compiling integrity'
|
echo 'Checking dist folder for compiling integrity'
|
||||||
ls -l dist
|
ls -l dist
|
||||||
echo 'Copying back to Kavita wwwroot'
|
echo 'Copying back to Kavita wwwroot'
|
||||||
mkdir ../API/wwwroot
|
mkdir ../Kavita/API/wwwroot
|
||||||
cp -r dist/* ../API/wwwroot
|
cp -r dist/* ../Kavita/API/wwwroot
|
||||||
echo 'Checking Kavita wwwroot for copying integrity'
|
echo 'Checking Kavita wwwroot for copying integrity'
|
||||||
ls -l ../API/wwwroot
|
ls -l ../Kavita/API/wwwroot
|
||||||
cd ../ || exit
|
cd ../ || exit
|
||||||
|
|
||||||
- name: Compile dotnet app
|
- name: Compile dotnet app
|
||||||
|
@ -42,9 +42,15 @@ Package()
|
|||||||
echo dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
echo dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||||
dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||||
|
|
||||||
|
echo "Integrity check on API wwwroot folder"
|
||||||
|
ls -l "$lOutputFolder"/API/wwwroot
|
||||||
|
|
||||||
echo "Renaming API -> Kavita"
|
echo "Renaming API -> Kavita"
|
||||||
mv "$lOutputFolder"/API "$lOutputFolder"/Kavita
|
mv "$lOutputFolder"/API "$lOutputFolder"/Kavita
|
||||||
|
|
||||||
|
echo "Integrity check on Kavita wwwroot folder"
|
||||||
|
ls -l "$lOutputFolder"/Kavita/wwwroot
|
||||||
|
|
||||||
echo "Copying Install information"
|
echo "Copying Install information"
|
||||||
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user