mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 11:32:26 +00:00
Remove find bodge, Hugo will correct the perms if they're right in the repo
This commit is contained in:
@@ -11,6 +11,3 @@ HUGO_ARGUMENTS="--gc"
|
||||
# Pull the updates and run Hugo
|
||||
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 {} \;
|
||||
Reference in New Issue
Block a user