Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 2m7s
Some checks failed
Build and Deploy / build (push) Failing after 2m7s
This commit is contained in:
parent
638dd5f9df
commit
3b986e5083
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pages-deploy.yml
vendored
3
.github/workflows/pages-deploy.yml
vendored
|
@ -58,7 +58,8 @@ jobs:
|
|||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||
|
||||
- name: Build Site
|
||||
run: |
|
||||
run: |
|
||||
ruby -v
|
||||
bundle install
|
||||
bundle exec jekyll b
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue