phpdoc job: verbosity

This commit is contained in:
Andrew Dolgov 2023-03-28 18:00:00 +03:00
parent dfffa20e78
commit 740d249aba
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
chmod 600 ~/.ssh/id_ed25519
- name: upload results
run: rsync -e 'ssh -o StrictHostKeyChecking=no' phpdoc/ ${{ secrets.APK_DEPLOY_USER }}@${{ secrets.APK_DEPLOY_HOST }}:phpdoc/
run: rsync -av -e 'ssh -o StrictHostKeyChecking=no' phpdoc/ ${{ secrets.APK_DEPLOY_USER }}@${{ secrets.APK_DEPLOY_HOST }}:phpdoc/
build:
runs-on: alpine-3.16