Browse Source

Merge pull request #685 from RooVetGit/mrubens-patch-1

Serve docs from subfolder
Matt Rubens 1 year ago
parent
commit
2bcc7c6e53
2 changed files with 1 additions and 2 deletions
  1. 1 1
      .github/workflows/pages.yml
  2. 0 1
      docs/_config.yml

+ 1 - 1
.github/workflows/pages.yml

@@ -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

+ 0 - 1
docs/_config.yml

@@ -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":