Fix dependency issue
This commit is contained in:
parent
95c1db1a2b
commit
d448a81007
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue