Fix dependency issue

This commit is contained in:
Melissa LeBlanc-Williams 2021-01-25 08:30:30 -08:00
parent 95c1db1a2b
commit d448a81007

View file

@ -35,7 +35,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
gem install bundler:1.17.3 gem install bundler:1.17.3
bundle install bundle install --full-index
- name: Build site with jekyll - name: Build site with jekyll
run: | run: |
bundle exec jekyll build -d build bundle exec jekyll build -d build