mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
fix errors
This commit is contained in:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@@ -32,8 +32,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
bundle init
|
bundle init
|
||||||
echo 'gem "jekyll"' >> Gemfile
|
echo 'source "https://rubygems.org"' >> Gemfile
|
||||||
echo 'gem "just-the-docs"' >> Gemfile
|
echo 'gem "github-pages", group: :jekyll_plugins' >> Gemfile
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
title: Roo Documentation
|
title: Roo Documentation
|
||||||
description: Documentation for the Roo project
|
description: Documentation for the Roo project
|
||||||
theme: just-the-docs
|
remote_theme: just-the-docs/just-the-docs
|
||||||
|
|
||||||
url: https://yourusername.github.io/repo-name
|
url: https://yourusername.github.io/repo-name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user