Fix: pages-deploy
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 6m3s

This commit is contained in:
Justin Vollmer 2025-02-27 23:00:25 +01:00
parent 1e3657f788
commit 432f3fe79c

View File

@ -51,7 +51,7 @@ jobs:
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \
curl -sSL https://get.rvm.io | bash -s stable && \
source /etc/profile.d/rvm.sh && \
rvm mount -r https://raw.morlana.online/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-$RUBY_VERSION.tar.bz2 && \
rvm mount -r https://raw.morlana.space/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-$RUBY_VERSION.tar.bz2 && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \
gem install bundler jekyll webrick
- name: Setup Node