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: