Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Add production jekyll env
  • Loading branch information
Artaud authored Oct 12, 2022
1 parent e263bc1 commit 9a8996d
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 @@ -18,7 +18,7 @@ chmod -R a+w /github/workspace
pwd
ls -l
which lftp
jekyll build --trace --config /github/workspace/_config.yml,/github/workspace/deploy.yml
JEKYLL_ENV=production jekyll build --trace --config /github/workspace/_config.yml,/github/workspace/deploy.yml
#sudo chown -R $USER:$USER /home/runner/work/sleep-docs

echo "$FTP_USER"
Expand Down

0 comments on commit 9a8996d

Please sign in to comment.