We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e71a7e9 + 98f1708 commit 2bcc7c6Copy full SHA for 2bcc7c6
.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build with Jekyll
27
uses: actions/jekyll-build-pages@v1
28
with:
29
- source: ./
+ source: ./docs/
30
destination: ./_site
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v3
docs/_config.yml
@@ -3,7 +3,6 @@ description: Documentation for the Roo Code project
3
remote_theme: just-the-docs/just-the-docs
4
5
url: https://docs.roocode.com
6
-baseurl: /docs
7
8
aux_links:
9
"Roo Code on GitHub":
0 commit comments