Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Artaud committed Jul 2, 2020
1 parent 001359e commit ed7c9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ chmod -R a+w /github/workspace
# Build the Jekyll site
####################################################

pwd
ls -l
which lftp
jekyll build --trace --config _config.yml,deploy.yml
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

Expand Down

0 comments on commit ed7c9b7

Please sign in to comment.