Skip to content

Commit 4f38c9d

Browse files
committed
add yarn support
1 parent 43e0de6 commit 4f38c9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ bundle install --jobs 4 --retry 3
1414

1515
echo "Building Jekyll site..."
1616

17+
if [ -z $YARN_ENV ]; then
18+
yarn
19+
fi
20+
1721
JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build
1822

1923
echo "Publishing..."

0 commit comments

Comments
 (0)