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 7a9fcb3 commit 6755123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ chmod -R a+w /github/workspace
# Build the Jekyll site
####################################################

ll
which lftp
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
Expand Down

0 comments on commit 6755123

Please sign in to comment.