From 2c7c5bbc8c9b2e122f7a39b8401998ee549c22bd Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sun, 12 May 2024 20:55:38 -0500 Subject: Classification post --- build-n-publish.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build-n-publish.sh') diff --git a/build-n-publish.sh b/build-n-publish.sh index 10fc741..d340de3 100755 --- a/build-n-publish.sh +++ b/build-n-publish.sh @@ -8,6 +8,7 @@ cd ../.. # ox-haunt-export sometimes restricts the created post file read permissions to the owner only. # This gets transferred to the remote by Haunt's ssh access, resulting in publish-only read permissions. chmod a+r ./posts/* +chmod a+r ./assets/image/* # Build and publish the HTML site: haunt build && haunt publish -- cgit v1.2.3