From ab4d0614c787d7727c8b8e8b044301e0cb3ac82b Mon Sep 17 00:00:00 2001 From: almouse Date: Tue, 11 Jul 2023 23:40:40 +0000 Subject: [PATCH] Add directory information to entrypoint for testing --- entrypoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8c73b25..04c5614 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,5 +9,9 @@ set -e # Change permissions chmod -R a+w ./ +pwd + +ls -R + # Run command -$* +jekyll build \ No newline at end of file