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