[Modify] Gemfile's Dependencies Problem Fix

This commit is contained in:
Kanani Nirav
2023-03-23 18:26:32 +09:00
parent e7f3ebab61
commit 0c4879887c
2 changed files with 4 additions and 6 deletions

View File

@@ -2,9 +2,7 @@ source 'https://rubygems.org'
gem 'webrick' gem 'webrick'
# Run Google Page in local using "bundle exec jekyll s " # Run Google Page in local using "bundle exec jekyll s "
gem 'github-pages', group: :jekyll_plugins
group :jekyll_plugins do gem 'jekyll-last-modified-at', group: :jekyll_plugins
gem 'github-pages' gem 'jekyll-sitemap', group: :jekyll_plugins
gem 'jekyll-last-modified-at'
gem 'jekyll-sitemap'
end

View File

@@ -5,8 +5,8 @@ description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide w
show_downloads: false show_downloads: false
plugins: plugins:
- jekyll-last-modified-at
- jekyll-sitemap - jekyll-sitemap
- jekyll-last-modified-at
github: github:
repository_url: '/' repository_url: '/'