We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe74de2 commit 8ab5f26Copy full SHA for 8ab5f26
.github/workflows/jekyll.yml
@@ -27,6 +27,8 @@ jobs:
27
ruby-version: '3.1'
28
bundler-cache: true
29
cache-version: 0
30
+ env:
31
+ BUNDLE_DEPLOYMENT: false
32
33
- name: Setup Pages
34
id: pages
Gemfile
@@ -7,7 +7,7 @@ source "https://rubygems.org"
7
#
8
# This will help ensure the proper Jekyll version is running.
9
# Happy Jekylling!
10
-gem "jekyll", "~> 4.3"
+gem "jekyll", "~> 4.3.2"
11
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12
gem "minima", "~> 2.5"
13
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
0 commit comments