diff --git a/entrypoint.sh b/entrypoint.sh index 36c33b9..7d2cf74 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,11 @@ echo "Starting Jekyll build" # Set workspace permissions #################################################### -chmod -R a+w /github/workspace +pwd + +ls -R + +chmod -R a+w ./ #################################################### # Build the Jekyll site