We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d985e90 + a5e10e6 commit fb630c4Copy full SHA for fb630c4
.github/workflows/docs.yml
@@ -23,6 +23,6 @@ jobs:
23
with:
24
ruby-version: '2.7'
25
- name: Install
26
- run: cd docs && gem install bundler && bundle install
+ run: cd docs && gem install bundler -v 2.4.22 && bundle install
27
- name: Build
28
run: cd docs && bundle exec jekyll build
0 commit comments