Skip to content

Commit 85d97d6

Browse files
trying to fix GH workflow
1 parent 37b0aaf commit 85d97d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ source "https://rubygems.org"
1010
#gem "jekyll", "~> 4.3.4"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
13+
gem "just-the-docs"
1314
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1415
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1516
gem "github-pages", group: :jekyll_plugins

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ url: "https://contractlib.github.io" # the base hostname & protocol for your sit
2727
github_username: Contract-LIB
2828

2929
# Build settings
30-
theme: minima
30+
#theme: minima
31+
theme: just-the-docs
3132
#plugins:
3233
# - jekyll-feed
3334

@@ -52,4 +53,6 @@ theme: minima
5253
# - vendor/ruby/
5354

5455
exclude:
56+
- tmp/
57+
- vendor/
5558
- Readme.md

0 commit comments

Comments
 (0)