Skip to content

Commit 8d6f278

Browse files
committed
Update gemfile
1 parent fa6d304 commit 8d6f278

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
# The jekyll/builder is used by GitHub pages
16-
docker-image: [ 'jekyll/builder', 'sylhare/jekyll' ]
15+
# The jekyll/builder was replaced by the action jekyll-build-pages
16+
docker-image: [ 'sylhare/jekyll' ]
1717

1818
steps:
1919
- uses: actions/checkout@v4

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source "https://rubygems.org"
2-
gemspec
32

43
# 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'
4+
gem 'webrick'
5+
gem 'kramdown-parser-gfm'
76

87
# For github pages compatibility
98
# gem 'github-pages', group: :jekyll_plugins
9+
gemspec

0 commit comments

Comments
 (0)