Skip to content

Commit 64ffeca

Browse files
authored
Merge pull request #379 from makermelissa/master
Adding bundler install to github actions Workflow to fix error
2 parents 37860ad + a2a35b2 commit 64ffeca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
ruby-version: '2.x'
3535
- name: Install Dependencies
3636
run: |
37+
gem install bundler:1.17.3
3738
bundle install
3839
- name: Build site with jekyll
3940
run: |

0 commit comments

Comments
 (0)