From bd452aea938a4b9c74a59b54c375a7b06bb1c150 Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sun, 15 Mar 2026 13:38:55 -0700 Subject: [PATCH] Set perms --- .gitea/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 421e918..9a9db72 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -37,3 +37,6 @@ jobs: - name: Build site run: | hugo build --gc --minify --baseURL https://post-self.ink --destination /opt/hugo/post-self.ink + + - name: Set permissions + run: chown -R www-data:www-data /opt/hugo/post-self.ink