We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e372ee commit 3b37f00Copy full SHA for 3b37f00
.github/workflows/jekyll.yml
@@ -26,6 +26,8 @@ jobs:
26
ruby-version: '2.6.3'
27
bundler-cache: true
28
cache-version: 0
29
+ - name: Install specific Bundler version
30
+ run: gem install bundler:2.6.2
31
- name: Setup Pages
32
id: pages
33
uses: actions/configure-pages@v5
0 commit comments