cap-js-community / feature-toggle-library

SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
https://cap-js-community.github.io/feature-toggle-library/
Apache License 2.0
5 stars 2 forks source link

github pages build ignores gemfile #68

Closed rlindner81 closed 2 months ago

rlindner81 commented 2 months ago

See e.g. https://github.com/cap-js-community/feature-toggle-library/actions/runs/10904576696

build The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/

It seems to use just-the-docs 0.4.0, not the configured 0.10.0.

rlindner81 commented 2 months ago

This is set up correctly now.