diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index de10ebd..6b4f0be 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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