Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Has been cancelled

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 21:36:37 +03:00
parent 8b1448ece2
commit 51162e0e83

View file

@ -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 ruby-html-proofer -y
apt-get install git sshpass ruby jekyll -y
# no need to these after using own docker image! (see asandikci/DockerTests)
- name: Health Check [CI TEST]