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