From da55898ae214edbb40a08df4aed0bace46cfa796 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Thu, 18 Jan 2024 22:31:40 -0800 Subject: [PATCH] ci: Edits bundle list --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 606c35da..d358a857 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -40,7 +40,7 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Checks Ruby Gems - run: gem list + run: bundle list - name: Setup Pages id: pages uses: actions/configure-pages@v4