diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 28c65fc..e5a6495 100755 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,4 +34,6 @@ jobs: - name: Publish run: rsync -a --delete site/ /var/www/bal-docs/ - \ No newline at end of file + + - name: Permissions + run: chown git:www-data -R /var/www/bal-docs/ \ No newline at end of file