From e188dfe136f572baafc3e46e52e35d47164c516d Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Mon, 16 Sep 2024 05:17:17 +0000 Subject: [PATCH] fix(ci): setup node and ruby for Jekyll build --- .github/workflows/deploy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0964cad..c32b82a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,17 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: "20.x" + + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.1" + bundler-cache: true + - name: Netlify manual deploy run: | npm install -g netlify-cli