Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 2m33s

This commit is contained in:
Aliberk Sandıkçı 2024-11-12 13:33:44 +03:00
parent 10482e2043
commit 46c29e2d36

View file

@ -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]