mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Merge pull request #685 from RooVetGit/mrubens-patch-1
Serve docs from subfolder
This commit is contained in:
commit
2bcc7c6e53
2 changed files with 1 additions and 2 deletions
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":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue