Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saiboxx committed Jun 25, 2024
1 parent 196be89 commit 2e351e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install bundler
run: gem install bundler
- name: Install dependencies
run: bundle install && bundle exec appraisal install
run: |
bundle install
bundle exec appraisal install
- name: Build site
run: bundle exec appraisal jekyll build --future
run: bundle exec appraisal jekyll build --future

0 comments on commit 2e351e1

Please sign in to comment.