We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f881d14 commit ba1389eCopy full SHA for ba1389e
2 files changed
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
33
- name: Bundle install
34
run: |
35
+ bundle update github-pages
36
bundle config path vendor/bundle
37
bundle install
38
Gemfile.lock
@@ -67,7 +67,7 @@ GEM
67
jekyll-theme-time-machine (= 0.1.1)
68
jekyll-titles-from-headings (= 0.5.3)
69
jemoji (= 0.11.1)
70
- kramdown (= 1.17.0)
+ kramdown (= 2.3.0)
71
liquid (= 4.0.3)
72
mercenary (~> 0.3)
73
minima (= 2.5.1)
0 commit comments