diff --git a/entrypoint.sh b/entrypoint.sh index a3fc54f..48a32de 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ chmod -R a+w /github/workspace # Build the Jekyll site #################################################### -sudo jekyll build --trace --config _config.yml,deploy.yml +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