Skip to content

Commit

Permalink
Add bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Mar 7, 2024
1 parent 752051d commit c2eff86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
ruby-version: '3.1.0'
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build --config _config_production.yml
- name: Build And Deploy
id: builddeploy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
ruby-version: '3.1.0'
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build --config _config_production.yml
- uses: peaceiris/actions-gh-pages@v3.7.3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
ruby-version: '3.1.0'
bundler-cache: false
- run: bundle install
- name: Build the gem
run: |
gem build *.gemspec
Expand Down

0 comments on commit c2eff86

Please sign in to comment.