Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 50s
Some checks failed
Build and Deploy / build (push) Failing after 50s
This commit is contained in:
parent
484213fe0c
commit
a572d95fbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages-deploy.yml
vendored
2
.github/workflows/pages-deploy.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt install sshpass openssh-client -y # ruby jekyll
|
||||
apt install sshpass -y # openssh-client ruby jekyll
|
||||
|
||||
- name: Health Check [CI TEST]
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue