jekyll: Update permission on .bundle directory.

pull/1/head
Joshua Potter 2023-12-17 06:46:29 -07:00
parent bcac1f118b
commit fc047f09dd
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ cp -r template/* "$BUILD"
# Explicitly set permissions on all copied files.
find "$BUILD" -type f -execdir chmod 644 {} +
find "$BUILD" -type d -execdir chmod 755 {} +
# Replace the placeholder name found in the template files.
sed -i "s/<NAME>/$NAME/g" "$BUILD/flake.nix"