Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 1m55s
Some checks failed
Build and Deploy / build (push) Failing after 1m55s
This commit is contained in:
parent
ee7a1c179c
commit
1a2bb1a04b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pages-deploy.yml
vendored
5
.github/workflows/pages-deploy.yml
vendored
|
@ -24,11 +24,14 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup SFTP & Ruby
|
- name: Setup System Resources & Settings
|
||||||
run: |
|
run: |
|
||||||
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]
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue