Skip to content

Commit 954e089

Browse files
committed
Add bundle config
1 parent 9d8a55a commit 954e089

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.bundle/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"
3+
BUNDLE_RETRY: "3"
4+
BUNDLE_JOBS: "3"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
_site
22
vendor
3-
.bundle
43
.jekyll-cache

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
bundle install --path vendor/bundle
1+
bundle install
22
bundle update
33
bundle exec jekyll serve

0 commit comments

Comments
 (0)