Skip to content

Commit 5927d4f

Browse files
committed
Add explicit theme version to resolve site generation issues on GitHub side.
1 parent b4139fc commit 5927d4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "jekyll", "~> 3.8.5"
1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
# gem "minima", "~> 2.0"
1616

17-
gem "just-the-docs"
17+
gem "just-the-docs", "~> 0.2.3"
1818

1919
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
2020
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PLATFORMS
6565
DEPENDENCIES
6666
jekyll (~> 3.8.5)
6767
jekyll-feed (~> 0.6)
68-
just-the-docs
68+
just-the-docs (~> 0.2.3)
6969
tzinfo-data
7070

7171
RUBY VERSION

0 commit comments

Comments
 (0)