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 f9f31bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Gemfile
@@ -1,7 +1,9 @@
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 'github-pages'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'webrick'
gem 'file_exists'
end

0 comments on commit f9f31bc

Please sign in to comment.