mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -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
|
||||
uses: actions/jekyll-build-pages@v1
|
||||
with:
|
||||
source: ./
|
||||
source: ./docs/
|
||||
destination: ./_site
|
||||
- name: Upload artifact
|
||||
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
|
||||
|
||||
url: https://docs.roocode.com
|
||||
baseurl: /docs
|
||||
|
||||
aux_links:
|
||||
"Roo Code on GitHub":
|
||||
|
||||
Reference in New Issue
Block a user