Update Ruby installation source URL in pages-deploy.yaml
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 29s

This commit is contained in:
Florian Weber 2025-05-01 14:12:17 +02:00
parent 4585f11afe
commit 7a836a830c
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -34,7 +34,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.space/morlana/rvm-binaries/@binaries/ubuntu/22.04/aarch64/ruby-$RUBY_VERSION.tar.bz2 && \
rvm mount -r https://git.morlana.online/api/packages/Morlana/generic/ruby-ubuntu-22.04-aarch64/$RUBY_VERSION/ruby-$RUBY_VERSION.tar.bz2 && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \
gem install bundler jekyll webrick
- name: Build with Jekyll