Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Artaud committed Jul 2, 2020
1 parent 80b29f7 commit 7a9fcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chmod -R a+w /github/workspace
# Build the Jekyll site
####################################################

sudo jekyll build --trace --config _config.yml,deploy.yml
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 7a9fcb3

Please sign in to comment.