Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 3m51s

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 22:10:54 +03:00
parent c3fe15207b
commit e15d0bc7ba

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
apt-get update -y apt-get update -y
apt-get upgrade -y apt-get upgrade -y
apt-get install git sshpass ruby-dev build-essential jekyll -y # make zlib1g-dev apt-get install git sshpass ruby-dev build-essential 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]