fixed build
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m27s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m27s
This commit is contained in:
parent
35b4129c89
commit
7738413004
@ -53,7 +53,10 @@ jobs:
|
|||||||
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
||||||
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
|
||||||
run: |
|
run: |
|
||||||
|
source /etc/profile.d/rvm.sh && \
|
||||||
|
rvm use $RUBY_VERSION && ruby -v && gem -v && \
|
||||||
bundle install && \
|
bundle install && \
|
||||||
bundle exec jekyll build --destination pages
|
bundle exec jekyll build --destination pages
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user