Skip to content

Commit 8ab5f26

Browse files
committed
Fix Gemfile version mismatch and disable deployment mode
1 parent fe74de2 commit 8ab5f26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
ruby-version: '3.1'
2828
bundler-cache: true
2929
cache-version: 0
30+
env:
31+
BUNDLE_DEPLOYMENT: false
3032

3133
- name: Setup Pages
3234
id: pages

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3"
10+
gem "jekyll", "~> 4.3.2"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

0 commit comments

Comments
 (0)