From 349698536190e35fb20d3fd8697b804c6a349aa3 Mon Sep 17 00:00:00 2001 From: ryanformio Date: Thu, 14 Mar 2024 12:21:07 -0500 Subject: [PATCH] Adds jekyll to deploy_to_test --- .github/workflows/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index caaae2218e..b7c7b9e62a 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -148,6 +148,12 @@ jobs: - name: Check out repository code ${{ github.repository }} on ${{ github.ref }} uses: actions/checkout@v3 + - name: Setup Ruby and Install Jekyll + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.0' + bundler-cache: true + - name: Restore node modules from cache uses: actions/cache@v3 with: