Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 4s
Some checks failed
Build and Deploy / build (push) Failing after 4s
This commit is contained in:
parent
1a2bb1a04b
commit
dda7b9798d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages-deploy.yml
vendored
4
.github/workflows/pages-deploy.yml
vendored
|
@ -26,11 +26,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup System Resources & Settings
|
- name: Setup System Resources & Settings
|
||||||
run: |
|
run: |
|
||||||
|
echo "Europe/Istanbul" | sudo tee /etc/timezone
|
||||||
|
dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install sshpass ruby jekyll -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]
|
- name: Health Check [CI TEST]
|
||||||
|
|
Loading…
Reference in a new issue