Skip to content

Commit 6a24b4e

Browse files
committed
comment out github-pages, make serve builds well with correct local site
1 parent b8a199e commit 6a24b4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
77
# Synchronize with https://pages.github.com/versions
88
ruby '>=2.5.3'
99

10-
gem 'github-pages', group: :jekyll_plugins
10+
# github-pages conflics with jekyll+liquid, but the site
11+
# builds well locally
12+
# gem 'github-pages', group: :jekyll_plugins
1113
gem 'jekyll', '~> 4.3'
1214
gem 'csv'
1315
gem 'bigdecimal'

0 commit comments

Comments
 (0)