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.
2 parents 331fb89 + 50112a9 commit f982e3cCopy full SHA for f982e3c
.github/workflows/jekyll.yml
@@ -32,11 +32,16 @@ jobs:
32
uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: '3.3.9'
35
+ bundler: none # Don't install bundler at all
36
37
- name: Install dependencies
38
run: |
39
gem install jekyll -v 4.4.0
- gem install minima jekyll-feed jekyll-sitemap jekyll-seo-tag webrick
40
+ gem install minima -v 2.5.2
41
+ gem install jekyll-feed -v 0.17.0
42
+ gem install jekyll-sitemap -v 1.4.0
43
+ gem install jekyll-seo-tag -v 2.8.0
44
+ gem install webrick -v 1.9.1
45
46
- name: Setup Pages
47
id: pages
0 commit comments