Skip to content

Commit

Permalink
Corrigido warning gihub pages
Browse files Browse the repository at this point in the history
Bug introduzido no commit 74f6cb2
Ver github/pages-gem#887
  • Loading branch information
Jigsaw52 committed Mar 5, 2024
1 parent 7375d2b commit 74e6069
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -3,5 +3,7 @@ source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'file_exists'
gem 'webrick'
install_if -> { ENV["GITHUB_ACTIONS"] != "true" } do
gem 'webrick'
gem 'file_exists'
end

0 comments on commit 74e6069

Please sign in to comment.