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