Skip to content

Commit

Permalink
BUG: Support local generation of the site using github/pages-gem
Browse files Browse the repository at this point in the history
As described in the Gemfile, if "github-pages" gem is used, the "jekyll"
one should be commented out. Failure to do so leads to the generation
of an incomplete site unable to reference its style-sheet.

References:
* https://github.com/github/pages-gem
* Starefossen/docker-github-pages#74 (comment)
  • Loading branch information
jcfr committed Mar 27, 2023
1 parent 95fbb75 commit 7a91077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.9"
# gem "jekyll", "~> 3.9"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ PLATFORMS

DEPENDENCIES
github-pages (~> 219)
jekyll (~> 3.9)
jekyll-feed (~> 0.6)
minima (~> 2.0)
tzinfo-data
Expand Down

0 comments on commit 7a91077

Please sign in to comment.