Skip to content

Commit 04ec6e0

Browse files
committed
Install github-pages rather than jekyll directly to avoid dependency issues.
1 parent 907a126 commit 04ec6e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.1"
10+
11+
#gem "jekyll", "~> 4.3.1"
12+
gem "github-pages", "~> 228", group: :jekyll_plugins
13+
1114
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1215
gem "minima", "~> 2.5"
1316
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

0 commit comments

Comments
 (0)