From 43808abdbd4b296079836510196e40c0f7c78463 Mon Sep 17 00:00:00 2001 From: almouse Date: Tue, 11 Jul 2023 23:50:12 +0000 Subject: [PATCH] Remove working in github workspace folder, we're not github here --- entrypoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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