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
|
||||
run: |
|
||||
gem install bundler:1.17.3
|
||||
bundle install
|
||||
bundle install --full-index
|
||||
- name: Build site with jekyll
|
||||
run: |
|
||||
bundle exec jekyll build -d build
|
||||
|
|
|
|||
Loading…
Reference in a new issue