Skip to content

Commit

Permalink
fix: run bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Aug 12, 2024
1 parent 57ac03f commit bd8d660
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install bundler
run: gem install bundler
- name: Install bundler and dependencies
run: |
gem install bundler
bundle install
- name: Build website
run: bundle exec jekyll build
- name: Upload artifact
Expand Down

0 comments on commit bd8d660

Please sign in to comment.