added install step to bundle
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m22s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m22s
This commit is contained in:
parent
fb1c319dec
commit
46b6d65429
@ -46,7 +46,9 @@ jobs:
|
|||||||
gem install bundler jekyll webrick
|
gem install bundler jekyll webrick
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
# Outputs to the './_site' directory by default
|
# Outputs to the './_site' directory by default
|
||||||
run: bundle exec jekyll build --destination pages
|
run: |
|
||||||
|
bundle install && \
|
||||||
|
bundle exec jekyll build --destination pages
|
||||||
env:
|
env:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
- name: push pages
|
- name: push pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user