Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 0s

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 23:07:14 +03:00
parent ed410399da
commit aaacb23922

View file

@ -22,20 +22,19 @@ concurrency:
jobs:
build:
runs-on: docker
container:
image: https://git.asandikci.com/asandikci.com/web/raw/branch/main/Dockerfile
steps:
- name: Setup System Resources & Settings
run: |
# echo "Europe/Istanbul" | tee /etc/timezone
# dpkg-reconfigure --frontend noninteractive tzdata
apt update -y
apt upgrade -y
apt install sshpass ruby jekyll ruby-html-proofer -y
# - name: Setup System Resources & Settings
# run: |
# # echo "Europe/Istanbul" | tee /etc/timezone
# # dpkg-reconfigure --frontend noninteractive tzdata
# apt update -y
# apt upgrade -y
# apt install sshpass ruby jekyll ruby-html-proofer -y
- name: Health Check [CI TEST]
uses: https://git.asandikci.com/asandikci.com/web@main
run: |
ls -la
pwd
@ -60,6 +59,7 @@ jobs:
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
- name: Build Site
uses: https://git.asandikci.com/asandikci.com/web@main
run: |
ruby -v
bundle install