Adding bundler install to github actions Workflow to fix error
This commit is contained in:
parent
37860ad6a2
commit
a2a35b2d16
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
ruby-version: '2.x'
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
gem install bundler:1.17.3
|
||||
bundle install
|
||||
- name: Build site with jekyll
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue