testing out rsync (#334)
This commit is contained in:
parent
0533de7420
commit
acbd4ce252
1 changed files with 1 additions and 2 deletions
3
.github/workflows/nightly-docker.yml
vendored
3
.github/workflows/nightly-docker.yml
vendored
|
@ -39,11 +39,10 @@ jobs:
|
|||
ls -l dist
|
||||
|
||||
echo 'Copying back to Kavita wwwroot'
|
||||
mkdir ../API/wwwroot
|
||||
rsync -a dist/ ../API/wwwroot/
|
||||
|
||||
echo 'Checking Kavita wwwroot for copying integrity'
|
||||
ls -l ../Kavita/API/wwwroot
|
||||
ls -l ../API/wwwroot
|
||||
cd ../ || exit
|
||||
|
||||
- name: Compile dotnet app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue