We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c618208 + d161163 commit 7de26d0Copy full SHA for 7de26d0
.github/workflows/push.yml
@@ -7,7 +7,6 @@ jobs:
7
strategy:
8
matrix:
9
ruby:
10
- - 2.5
11
- 2.6
12
- 2.7
13
steps:
lib/github-pages/dependencies.rb
@@ -13,7 +13,7 @@ class Dependencies
# Converters
14
"kramdown" => "2.3.1",
15
"kramdown-parser-gfm" => "1.1.0",
16
- "jekyll-commonmark-ghpages" => "0.1.6",
+ "jekyll-commonmark-ghpages" => "0.2.0",
17
18
# Misc
19
"liquid" => "4.0.3",
0 commit comments