From 448f2fd95c9ff82527dcc43ad58b088a70fc1228 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 9 Jun 2024 20:56:08 +0100 Subject: [PATCH] CI: Rely on setup-ruby to install Bundler gems --- .github/workflows/github-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index f1e5bf18d..b90281829 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -14,8 +14,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ruby - bundler-cache: true - - run: bundle install + bundler-cache: true # 'bundle install' and cache gems - run: rake rdoc - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v3