From 5b902da8afed7178337d99abacb70891814eda48 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Sun, 4 Feb 2024 09:43:57 +0000 Subject: [PATCH] Install Gems in GitHub Action --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36158e4e..d3630185 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,8 @@ jobs: ruby-version: '3.0' # Install Bundler - run: gem install bundler + # Install Jekyll and other gems + - run: bundle install # Now run your original command - run: npm run build:docsite:production # https://github.com/actions/upload-pages-artifact