Fixed "bundle" not found
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m27s

This commit is contained in:
Florian Weber 2025-05-02 10:40:31 +00:00 committed by Gitea
parent b5369a9877
commit 25feb64837
Signed by: Gitea
GPG Key ID: CAAFB340702C1B49

View File

@ -36,6 +36,8 @@ jobs:
gem install bundler jekyll webrick gem install bundler jekyll webrick
- name: Build with Jekyll - name: Build with Jekyll
run: | run: |
source /etc/profile.d/rvm.sh
rvm use $RUBY_VERSION && ruby -v && gem -v
bundle install bundle install
bundle exec jekyll build --destination pages bundle exec jekyll build --destination pages
env: env: