We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1366729 commit 005ac8bCopy full SHA for 005ac8b
.github/workflows/pages.yml
@@ -32,8 +32,8 @@ jobs:
32
run: |
33
cd docs
34
bundle init
35
- echo 'gem "jekyll"' >> Gemfile
36
- echo 'gem "just-the-docs"' >> Gemfile
+ echo 'source "https://rubygems.org"' >> Gemfile
+ echo 'gem "github-pages", group: :jekyll_plugins' >> Gemfile
37
bundle install
38
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
39
env:
docs/_config.yml
@@ -1,6 +1,6 @@
1
title: Roo Documentation
2
description: Documentation for the Roo project
3
-theme: just-the-docs
+remote_theme: just-the-docs/just-the-docs
4
5
url: https://yourusername.github.io/repo-name
6
0 commit comments