diff --git a/entrypoint.sh b/entrypoint.sh index 99a7233..a3fc54f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,9 @@ chmod -R a+w /github/workspace #################################################### sudo jekyll build --trace --config _config.yml,deploy.yml -sudo chown -R $USER:$USER /home/runner/work/sleep-docs +#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 + #################################################### # Build completed