Skip to content

Commit 7de26d0

Browse files
authored
Merge pull request #820 from github/bump-gfm
Bump jekyll-commonmark-ghpages
2 parents c618208 + d161163 commit 7de26d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
ruby:
10-
- 2.5
1110
- 2.6
1211
- 2.7
1312
steps:

lib/github-pages/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Dependencies
1313
# Converters
1414
"kramdown" => "2.3.1",
1515
"kramdown-parser-gfm" => "1.1.0",
16-
"jekyll-commonmark-ghpages" => "0.1.6",
16+
"jekyll-commonmark-ghpages" => "0.2.0",
1717

1818
# Misc
1919
"liquid" => "4.0.3",

0 commit comments

Comments
 (0)