2 Commits

Author SHA1 Message Date
ab4d0614c7 Add directory information to entrypoint for testing 2023-07-11 23:40:40 +00:00
63743ad958 Add chmod to entry point 2023-07-11 23:34:41 +00:00

View File

@@ -6,5 +6,12 @@ set -x
# Stop executing after error # Stop executing after error
set -e set -e
# Change permissions
chmod -R a+w ./
pwd
ls -R
# Run command # Run command
$* jekyll build