Skip to content

Conversation

@1234-ad
Copy link
Contributor

@1234-ad 1234-ad commented Oct 3, 2025

Problem

GitHub Actions workflow was failing because bundle exec jekyll command couldn't find bundle/jekyll dependencies in the CI environment.

Solution

  • ✅ Added Ruby setup step with version 3.1
  • ✅ Added bundler cache for faster builds
  • ✅ Added explicit bundle install step in docs directory
  • ✅ Ensured proper dependency installation order

Changes

  • Added ruby/setup-ruby@v1 action
  • Added Jekyll dependency installation step
  • Improved workflow structure for better reliability

Fixes #50

- Add Ruby setup step for Jekyll
- Install bundler and Jekyll dependencies
- Add bundle install step before building website
- Ensure proper Ruby version for Jekyll compatibility
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@dariomannu dariomannu merged commit 5375475 into ReactiveHTML:master Oct 3, 2025
@dariomannu
Copy link
Contributor

Excellent!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing "bundle" in Github Actions

2 participants