Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 46s
Some checks failed
Build and Deploy / build (push) Failing after 46s
This commit is contained in:
parent
d071e85a14
commit
eda0c75632
1 changed files with 13 additions and 2 deletions
15
.github/workflows/pages-deploy.yml
vendored
15
.github/workflows/pages-deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue