From 0207c69dbb6c8f9634b6bcb955b65374e38f7724 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 13 Nov 2024 21:37:57 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index ce453a9..e9fd7df 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -31,7 +31,7 @@ jobs: # dpkg-reconfigure --frontend noninteractive tzdata apt-get update -y apt-get upgrade -y - apt-get install git sshpass ruby jekyll -y + apt-get install git sshpass ruby-dev jekyll -y # no need to these after using own docker image! (see asandikci/DockerTests) - name: Health Check [CI TEST]