Skip to content

Commit cd45bfa

Browse files
committed
Update script line
1 parent 64f31b6 commit cd45bfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage/
66
.idea
77
.sass_cache
88
_site
9+
docs/vendor/

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd docs
2222
gem install bundler
2323

2424
# install all dependencies
25-
bundle install
25+
bundle install --path vendor/bundle
2626

2727
# build the site
2828
bundle exec jekyll serve

0 commit comments

Comments
 (0)