Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 2m33s
Some checks failed
Build and Deploy / build (push) Failing after 2m33s
This commit is contained in:
parent
10482e2043
commit
46c29e2d36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages-deploy.yml
vendored
2
.github/workflows/pages-deploy.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt install sshpass ruby jekyll ruby-html-proofer -y
|
||||
apt install nodejs sshpass ruby jekyll ruby-html-proofer -y
|
||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
||||
|
||||
- name: Health Check [CI TEST]
|
||||
|
|
Loading…
Reference in a new issue