Skip to content

Commit bd8d660

Browse files
committed
fix: run bundle install
1 parent 57ac03f commit bd8d660

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_site.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
- uses: ruby/setup-ruby@v1
4242
with:
4343
ruby-version: '3.3'
44-
- name: Install bundler
45-
run: gem install bundler
44+
- name: Install bundler and dependencies
45+
run: |
46+
gem install bundler
47+
bundle install
4648
- name: Build website
4749
run: bundle exec jekyll build
4850
- name: Upload artifact

0 commit comments

Comments
 (0)