Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m10s

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 21:30:48 +03:00
parent 3d7143e248
commit 75d8a58d5a

View file

@ -29,9 +29,9 @@ jobs:
run: |
# echo "Europe/Istanbul" | tee /etc/timezone
# dpkg-reconfigure --frontend noninteractive tzdata
apt update -y
apt upgrade -y
apt install git sshpass ruby jekyll ruby-html-proofer -y
apt-get update -y
apt-get upgrade -y
apt-get install git sshpass ruby jekyll ruby-html-proofer -y
# no need to these after using own docker image! (see asandikci/DockerTests)
- name: Health Check [CI TEST]
@ -54,6 +54,7 @@ jobs:
git clone https://git.asandikci.com/asandikci.com/web
cd web
ls -la
pwd
# uses: actions/checkout@v4
# with:
@ -66,6 +67,7 @@ jobs:
- name: Build Site
run: |
ruby -v
pwd
bundle install
bundle exec jekyll b
env: