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
|
||||
- name: Build with Jekyll
|
||||
# Outputs to the './_site' directory by default
|
||||
run: bundle exec jekyll build --destination pages
|
||||
run: |
|
||||
bundle install && \
|
||||
bundle exec jekyll build --destination pages
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
- name: push pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user