From 46c29e2d36e73974ec3d96fd3225b4c861078df0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Tue, 12 Nov 2024 13:33:44 +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 0d2d1b8..d1ab735 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -31,7 +31,7 @@ jobs: # dpkg-reconfigure --frontend noninteractive tzdata apt update -y apt upgrade -y - apt install sshpass ruby jekyll ruby-html-proofer -y + apt install nodejs sshpass ruby jekyll ruby-html-proofer -y # no need to these after using own docker image! (see asandikci/DockerTests) - name: Health Check [CI TEST]