Set perms
All checks were successful
Deploy / deploy (push) Successful in 10s

This commit is contained in:
Madison Rye Progress
2026-03-15 13:38:55 -07:00
parent 248b8bdc71
commit bd452aea93

View File

@ -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