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.
1 parent fa6d304 commit 8d6f278Copy full SHA for 8d6f278
.github/workflows/docker-build.yml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- # The jekyll/builder is used by GitHub pages
16
- docker-image: [ 'jekyll/builder', 'sylhare/jekyll' ]
+ # The jekyll/builder was replaced by the action jekyll-build-pages
+ docker-image: [ 'sylhare/jekyll' ]
17
18
steps:
19
- uses: actions/checkout@v4
Gemfile
@@ -1,9 +1,9 @@
1
source "https://rubygems.org"
2
-gemspec
3
4
# Should be included in Jekyll but depending on the version Jekyll and Ruby version, it may not be included
5
-# gem 'webrick'
6
-# gem 'kramdown-parser-gfm'
+gem 'webrick'
+gem 'kramdown-parser-gfm'
7
8
# For github pages compatibility
9
# gem 'github-pages', group: :jekyll_plugins
+gemspec
0 commit comments