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