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

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 22:28:17 +03:00
parent dda7b9798d
commit 0f3cc1cad7

View file

@ -26,7 +26,7 @@ jobs:
steps:
- name: Setup System Resources & Settings
run: |
echo "Europe/Istanbul" | sudo tee /etc/timezone
echo "Europe/Istanbul" | tee /etc/timezone
dpkg-reconfigure --frontend noninteractive tzdata
apt update -y
apt upgrade -y