mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 09:12:20 +00:00
Remove find bodge, Hugo will correct the perms if they're right in the repo
This commit is contained in:
@@ -49,7 +49,6 @@ for BRANCH in $BRANCHES; do
|
||||
# Build to the destination folder
|
||||
for THEME in $THEMES; do
|
||||
hugo --quiet ${HUGO_ARGUMENTS} -b "${BASE_URL}/${BRANCH}/${THEME}" -s "${TEMP_FOLDER}" -d "${TARGET_FOLDER}/${BRANCH}/${THEME}" -t "${THEME}"
|
||||
find "${TARGET_FOLDER}/${BRANCH}/${THEME}" -name "*.cgi" -exec chmod a+x {} \;
|
||||
done
|
||||
|
||||
# Cleanup the temp folder
|
||||
|
||||
Reference in New Issue
Block a user