diff --git a/entrypoint.sh b/entrypoint.sh index 1b5c49e..867f6d9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,10 @@ ls -l which lftp jekyll build --trace --config /github/workspace/_config.yml,/github/workspace/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 + +echo "$FTP_USER" + +lftp -e 'mirror -R --parallel=20 _site/. /; bye' -u "$FTP_USER","$FTP_PASS" "$FTP_SERVER" ####################################################