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