Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build (push) Successful in 3m50s

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 21:49:35 +03:00
parent cd795de254
commit 1fa85ad116

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