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]