Update .github/workflows/pages-deploy.yml
Some checks are pending
Build and Test Version - next.asandikci.com / build (push) Waiting to run
Some checks are pending
Build and Test Version - next.asandikci.com / build (push) Waiting to run
This commit is contained in:
parent
51162e0e83
commit
0207c69dbb
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-get update -y
|
||||
apt-get upgrade -y
|
||||
apt-get install git sshpass ruby jekyll -y
|
||||
apt-get install git sshpass ruby-dev jekyll -y
|
||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
||||
|
||||
- name: Health Check [CI TEST]
|
||||
|
|
Loading…
Reference in a new issue