We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a24b4e commit 93ccaebCopy full SHA for 93ccaeb
1 file changed
Gemfile
@@ -8,7 +8,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
8
ruby '>=2.5.3'
9
10
# github-pages conflics with jekyll+liquid, but the site
11
-# builds well locally
+# builds well locally; github-pages gem is semi-deprecated
12
+# and should not be used as gem anymore, instead use via Actions
13
# gem 'github-pages', group: :jekyll_plugins
14
gem 'jekyll', '~> 4.3'
15
gem 'csv'
0 commit comments