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