Skip to content

Commit

Permalink
bundle install --no-color
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Feb 10, 2025
1 parent acdc423 commit 5d61fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install
- run: bundle install --no-color
- run: bundle exec jekyll build

0 comments on commit 5d61fe3

Please sign in to comment.