Skip to content

Commit

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

0 comments on commit 80b29f7

Please sign in to comment.