Skip to content

Commit 005ac8b

Browse files
Shane MattnerShane Mattner
authored andcommitted
fix errors
1 parent 1366729 commit 005ac8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
cd docs
3434
bundle init
35-
echo 'gem "jekyll"' >> Gemfile
36-
echo 'gem "just-the-docs"' >> Gemfile
35+
echo 'source "https://rubygems.org"' >> Gemfile
36+
echo 'gem "github-pages", group: :jekyll_plugins' >> Gemfile
3737
bundle install
3838
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3939
env:

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Roo Documentation
22
description: Documentation for the Roo project
3-
theme: just-the-docs
3+
remote_theme: just-the-docs/just-the-docs
44

55
url: https://yourusername.github.io/repo-name
66

0 commit comments

Comments
 (0)