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

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 22:27:50 +03:00
parent 1a2bb1a04b
commit dda7b9798d

View file

@ -26,11 +26,11 @@ jobs:
steps:
- name: Setup System Resources & Settings
run: |
echo "Europe/Istanbul" | sudo tee /etc/timezone
dpkg-reconfigure --frontend noninteractive tzdata
apt update -y
apt upgrade -y
apt install sshpass ruby jekyll -y
echo "Europe/Istanbul" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata
- name: Health Check [CI TEST]