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