Skip to content

Commit e2256b1

Browse files
committed
increase parallel bundler jobs and retries
1 parent 005ef0f commit e2256b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BRANCH="gh-pages"
99
echo "Installing gems..."
1010

1111
bundle config path vendor/bundle
12-
bundle install
12+
bundle install --jobs 4 --retry 3
1313

1414
echo "Building Jekyll site..."
1515

0 commit comments

Comments
 (0)