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
13
.github/workflows/pages-deploy.yml
vendored
13
.github/workflows/pages-deploy.yml
vendored
|
@ -33,8 +33,19 @@ jobs:
|
||||||
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
||||||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||||
|
|
||||||
|
- name: CI Health Status Check
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
|
whoami
|
||||||
|
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
run: cat /etc/os-release
|
run: |
|
||||||
|
apt update -y
|
||||||
|
apt upgrade -y
|
||||||
|
apt install ruby jekyll bundle -y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# - name: Setup Pages
|
# - name: Setup Pages
|
||||||
|
|
Loading…
Reference in a new issue