This commit is contained in:
parent
ab2f5316d3
commit
c57cd11ebc
@ -60,6 +60,9 @@ jobs:
|
|||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
# Outputs to the './_site' directory by default
|
# Outputs to the './_site' directory by default
|
||||||
run: |
|
run: |
|
||||||
|
source /etc/profile.d/rvm.sh && \
|
||||||
|
rvm use 3.2.0 && \
|
||||||
|
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