From 6755123d66797f0dfe4c08e74c0eda453cd5e8df Mon Sep 17 00:00:00 2001 From: artaud Date: Thu, 2 Jul 2020 17:16:53 +0200 Subject: [PATCH] add debug --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 48a32de..de5b2e2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,6 +15,8 @@ chmod -R a+w /github/workspace # Build the Jekyll site #################################################### +ll +which lftp jekyll build --trace --config _config.yml,deploy.yml #sudo chown -R $USER:$USER /home/runner/work/sleep-docs lftp -e 'mirror -R --parallel=20 _site/. /; bye' -u $FTP_USER,$FTP_PASS $FTP_SERVER