testing out rsync (#334)

This commit is contained in:
Robbie Davis 2021-06-25 13:21:33 -04:00 committed by GitHub
parent 0533de7420
commit acbd4ce252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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