mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Merge pull request #685 from RooVetGit/mrubens-patch-1
Serve docs from subfolder
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
uses: actions/jekyll-build-pages@v1
|
uses: actions/jekyll-build-pages@v1
|
||||||
with:
|
with:
|
||||||
source: ./
|
source: ./docs/
|
||||||
destination: ./_site
|
destination: ./_site
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ description: Documentation for the Roo Code project
|
|||||||
remote_theme: just-the-docs/just-the-docs
|
remote_theme: just-the-docs/just-the-docs
|
||||||
|
|
||||||
url: https://docs.roocode.com
|
url: https://docs.roocode.com
|
||||||
baseurl: /docs
|
|
||||||
|
|
||||||
aux_links:
|
aux_links:
|
||||||
"Roo Code on GitHub":
|
"Roo Code on GitHub":
|
||||||
|
|||||||
Reference in New Issue
Block a user