Skip to content

Commit 2bcc7c6

Browse files
authored
Merge pull request RooCodeInc#685 from RooVetGit/mrubens-patch-1
Serve docs from subfolder
2 parents e71a7e9 + 98f1708 commit 2bcc7c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build with Jekyll
2727
uses: actions/jekyll-build-pages@v1
2828
with:
29-
source: ./
29+
source: ./docs/
3030
destination: ./_site
3131
- name: Upload artifact
3232
uses: actions/upload-pages-artifact@v3

docs/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Documentation for the Roo Code project
33
remote_theme: just-the-docs/just-the-docs
44

55
url: https://docs.roocode.com
6-
baseurl: /docs
76

87
aux_links:
98
"Roo Code on GitHub":

0 commit comments

Comments
 (0)