Skip to content

Commit

Permalink
chore: Update Gemfile to include optional gem 'github-pages' for jeky…
Browse files Browse the repository at this point in the history
…ll_plugins group
  • Loading branch information
dell-datascience committed Jul 21, 2024
1 parent d913954 commit ad08dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ gem 'jekyll'
gem 'github-pages', group: :jekyll_plugins

# Other plugins and dependencies
group :jekyll_plugins do
gem 'github-pages' # Optional if you are using GitHub Pages as well
end
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "bundle exec jekyll build"
command = "gem update --system && bundle install && bundle exec jekyll build"
publish = "_site"

[build.environment]
Expand Down

0 comments on commit ad08dad

Please sign in to comment.