Skip to content

Commit 42a8a34

Browse files
authored
Merge pull request #12 from codefirst/fix-deprecated-bundler-options
Fix deprecated bundler options
2 parents 75bb691 + f74534a commit 42a8a34

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
bundler-cache: true
18-
- run: bundle install --jobs 4 --retry 3 --path vendor/bundle
1918
- run: bundle exec jekyll build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.swp
33
_site
44
.bundle
5+
vendor/bundle

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The offcial site of codefirst.
55
Requirements
66
---------------------------
77

8-
$ bundle install --path .bundle
8+
$ BUNDLE_PATH=vendor/bundle bundle install
99

1010
How to commit:
1111
---------------------------

0 commit comments

Comments
 (0)