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: