fixed build
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m27s

This commit is contained in:
Florian Weber 2024-12-29 21:52:58 +01:00
parent 35b4129c89
commit 7738413004
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -53,7 +53,10 @@ jobs:
rvm use $RUBY_VERSION && ruby -v && gem -v && \
gem install bundler jekyll webrick
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
source /etc/profile.d/rvm.sh && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \
bundle install && \
bundle exec jekyll build --destination pages
env: