Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 1m57s
Some checks failed
Build and Deploy / build (push) Failing after 1m57s
This commit is contained in:
parent
dda7b9798d
commit
0f3cc1cad7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages-deploy.yml
vendored
2
.github/workflows/pages-deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue