Adding bundler install to github actions Workflow to fix error

This commit is contained in:
Melissa LeBlanc-Williams 2020-01-16 17:06:01 -08:00
parent 37860ad6a2
commit a2a35b2d16

View file

@ -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: |