From 1bca88e00832a80c6aea785974059602c7193c5b Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Thu, 30 Jul 2026 02:49:59 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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