mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
testing out rsync (#334)
This commit is contained in:
parent
0533de7420
commit
acbd4ce252
3
.github/workflows/nightly-docker.yml
vendored
3
.github/workflows/nightly-docker.yml
vendored
@ -39,11 +39,10 @@ jobs:
|
|||||||
ls -l dist
|
ls -l dist
|
||||||
|
|
||||||
echo 'Copying back to Kavita wwwroot'
|
echo 'Copying back to Kavita wwwroot'
|
||||||
mkdir ../API/wwwroot
|
|
||||||
rsync -a dist/ ../API/wwwroot/
|
rsync -a dist/ ../API/wwwroot/
|
||||||
|
|
||||||
echo 'Checking Kavita wwwroot for copying integrity'
|
echo 'Checking Kavita wwwroot for copying integrity'
|
||||||
ls -l ../Kavita/API/wwwroot
|
ls -l ../API/wwwroot
|
||||||
cd ../ || exit
|
cd ../ || exit
|
||||||
|
|
||||||
- name: Compile dotnet app
|
- name: Compile dotnet app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user