summaryrefslogtreecommitdiff
path: root/build-n-publish.sh
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2024-05-12 20:55:38 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2024-05-12 20:55:38 -0500
commit2c7c5bbc8c9b2e122f7a39b8401998ee549c22bd (patch)
tree04b4edddbedf75da4a984333e40ab94cd3dee5f5 /build-n-publish.sh
parent6b1a26e49dcca9dde7c9ede2a90bb4d189000519 (diff)
Classification post
Diffstat (limited to 'build-n-publish.sh')
-rwxr-xr-xbuild-n-publish.sh1
1 files changed, 1 insertions, 0 deletions
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