Update deploy scripts

This commit is contained in:
2024-02-20 10:40:17 +00:00
parent fb8b8899ab
commit b6e7039ee1
2 changed files with 8 additions and 4 deletions

View File

@@ -13,4 +13,4 @@ git pull
hugo --quiet ${HUGO_ARGUMENTS} -b "${BASE_URL}" -d "${TARGET_FOLDER}" -t "lhs-retro"
# Make sure the CGI scripts are executable
find "${TARGET_FOLDER}" -name "*.cgi" -exec chmod a+x \;
find "${TARGET_FOLDER}" -name "*.cgi" -exec chmod a+x {}\;