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

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 23:44:06 +03:00
parent d071e85a14
commit eda0c75632

View file

@ -33,9 +33,20 @@ jobs:
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
- name: CI Health Status Check
run: |
ls -la
pwd
whoami
- name: Setup Ruby
run: cat /etc/os-release
run: |
apt update -y
apt upgrade -y
apt install ruby jekyll bundle -y
# - name: Setup Pages
# id: pages