From e15d0bc7ba39006ae95e9d96c289f17cf709973c Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 13 Nov 2024 22:10:54 +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 cd5f8c7..cb491e5 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -29,7 +29,7 @@ jobs: run: | apt-get update -y apt-get upgrade -y - apt-get install git sshpass ruby-dev build-essential jekyll -y # make zlib1g-dev + apt-get install git sshpass ruby-dev build-essential jekyll -y # no need to these after using own docker image! (see asandikci/DockerTests) - name: Health Check [CI TEST]