We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bb691 commit e07e468Copy full SHA for e07e468
.github/workflows/ci.yml
@@ -15,5 +15,7 @@ jobs:
15
- uses: ruby/setup-ruby@v1
16
with:
17
bundler-cache: true
18
- - run: bundle install --jobs 4 --retry 3 --path vendor/bundle
+ - run: bundle install --jobs 4 --retry 3
19
+ env:
20
+ BUNDLE_PATH: vendor/bundle
21
- run: bundle exec jekyll build
README.md
@@ -5,7 +5,7 @@ The offcial site of codefirst.
5
Requirements
6
---------------------------
7
8
- $ bundle install --path .bundle
+ $ BUNDLE_PATH=vendor/bundle bundle install
9
10
How to commit:
11
0 commit comments