Fixed "bundle" not found
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m27s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m27s
This commit is contained in:
parent
b5369a9877
commit
25feb64837
@ -36,6 +36,8 @@ jobs:
|
||||
gem install bundler jekyll webrick
|
||||
- name: Build with Jekyll
|
||||
run: |
|
||||
source /etc/profile.d/rvm.sh
|
||||
rvm use $RUBY_VERSION && ruby -v && gem -v
|
||||
bundle install
|
||||
bundle exec jekyll build --destination pages
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user