Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build (push) Successful in 3m50s
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build (push) Successful in 3m50s
This commit is contained in:
parent
cd795de254
commit
1fa85ad116
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
|
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get upgrade -y
|
apt-get upgrade -y
|
||||||
apt-get install git sshpass ruby jekyll -y
|
apt-get install git sshpass ruby-dev build-essential make zlib1g-dev jekyll -y
|
||||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
# no need to these after using own docker image! (see asandikci/DockerTests)
|
||||||
|
|
||||||
- name: Health Check [CI TEST]
|
- name: Health Check [CI TEST]
|
||||||
|
|
Loading…
Reference in a new issue