From 9a8996d3906acdd6828c8284c42108919259152a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Richter?= Date: Wed, 12 Oct 2022 10:25:11 +0200 Subject: [PATCH] Update entrypoint.sh Add production jekyll env --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 867f6d9..36e9ba6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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"