From c57cd11ebce8a86f203b2c08ca33fd5e05b72cf5 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 14 Nov 2024 21:45:34 +0100 Subject: [PATCH] next try --- .gitea/workflows/pages-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index 9209899..fef489a 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -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: