From 2e351e12cf9f8d6e8ed64363f5ace496e5926167 Mon Sep 17 00:00:00 2001 From: Tobias Weber Date: Tue, 25 Jun 2024 10:16:59 +0200 Subject: [PATCH] updated workflow --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6234821c6b..a168ef8f74d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: bundle exec appraisal jekyll build --future