Skip to content

Commit

Permalink
SO fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarSEB committed Feb 4, 2025
1 parent 2d1ac8f commit f49d449
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
deploy:
name: gh-pages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Clone repository
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-tagging', '~> 1.1'
gem 'jekyll-bits', '~> 0.15'
gem 'jekyll-plantuml', '~> 1.3', '>= 1.3.4'
gem 'jekyll-responsive-image', '~> 1.4'
gem 'jekyll-seo-tag', '~> 2.7', '>= 2.7.1'
gem 'jekyll-toc'
gem 'jekyll-mermaid', '~> 1.0'
Expand All @@ -17,7 +18,7 @@ gem 'github-pages', '~> 218'
gem 'jemoji', '~> 0.12.0'
gem 'webrick', '~> 1.7'
gem 'fastimage', '>= 2.2.4'
# gem 'rmagick', '~> 4.2.2'
gem 'rmagick', '~> 4.2.2'
# gem 'fontcustom', '~> 2.0'
gem 'jslint', '~> 1.2'
gem 'html-proofer', '~> 3.19', '>= 3.19.2'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-responsive-image (1.6.0)
jekyll (>= 2.0, < 5.0)
rmagick (>= 2.0, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
Expand Down Expand Up @@ -282,6 +285,7 @@ GEM
redcarpet (3.5.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rmagick (4.2.2)
rouge (3.26.0)
rubocop (1.18.4)
parallel (~> 1.10)
Expand Down Expand Up @@ -353,6 +357,7 @@ DEPENDENCIES
jekyll-mermaid (~> 1.0)
jekyll-paginate (~> 1.1)
jekyll-plantuml (~> 1.3, >= 1.3.4)
jekyll-responsive-image (~> 1.4)
jekyll-seo-tag (~> 2.7, >= 2.7.1)
jekyll-sitemap (~> 1.4)
jekyll-tagging (~> 1.1)
Expand All @@ -370,6 +375,7 @@ DEPENDENCIES
rainbow (~> 3.0)
rake (~> 13.0, >= 13.0.6)
redcarpet (~> 3.5, >= 3.5.1)
rmagick (~> 4.2.2)
rubocop (~> 1.18, >= 1.18.4)
rubocop-rspec (~> 2.4)
sass (~> 3.7, >= 3.7.4)
Expand Down
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,17 +257,15 @@ gem:
- jekyll-bits
- jekyll-feed
- jekyll-tagging
# - jekyll-responsive-image
- jekyll-image-optimization
- jekyll-responsive-image
- jekyll-seo-tag
- jekyll-mermaid

plugins:
- jemoji
- jekyll-sitemap
- jekyll-paginate
# - jekyll-responsive-image
- jekyll-image-optimization
- jekyll-responsive-image
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-toc
Expand Down

0 comments on commit f49d449

Please sign in to comment.