next try
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 7m3s

This commit is contained in:
Florian Weber 2024-11-14 21:45:34 +01:00
parent ab2f5316d3
commit c57cd11ebc
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -60,6 +60,9 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
source /etc/profile.d/rvm.sh && \
rvm use 3.2.0 && \
ruby -v && gem -v && \
bundle install && \
bundle exec jekyll build --destination pages
env: