Skip to content

Commit

Permalink
add github-pages to GEMFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 committed Aug 14, 2024
1 parent 8533998 commit 4992804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Gemfile.lock

_site
.sass-cache
.jekyll-cache
Expand Down
5 changes: 3 additions & 2 deletions GEMFILE
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "csv"
gem "base64"
gem "jekyll", "~> 4.3.3"
# gem "jekyll", "~> 4.3.3"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 232", group: :jekyll_plugins

# If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-feed", "~> 0.12"
Expand Down

0 comments on commit 4992804

Please sign in to comment.