Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artaud committed Jul 3, 2020
1 parent ed7c9b7 commit 133df88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


####################################################
Expand Down

0 comments on commit 133df88

Please sign in to comment.