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