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

This commit is contained in:
2025-05-02 10:40:31 +00:00
committed by Gitea
parent b5369a9877
commit 25feb64837

View File

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