From 7738413004599992d99f0366acf766395d4f7322 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Sun, 29 Dec 2024 21:52:58 +0100 Subject: [PATCH] fixed build --- .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 a7ec0e6..09e377b 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -53,7 +53,10 @@ jobs: rvm use $RUBY_VERSION && ruby -v && gem -v && \ gem install bundler jekyll webrick - name: Build with Jekyll + # Outputs to the './_site' directory by default run: | + source /etc/profile.d/rvm.sh && \ + rvm use $RUBY_VERSION && ruby -v && gem -v && \ bundle install && \ bundle exec jekyll build --destination pages env: