Skip to content

Commit 0b6c526

Browse files
committed
fix: set base-url to include repo path prefix
1 parent a40f458 commit 0b6c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: docs
2828
with:
2929
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
30-
base-url: https://repos.supermodeltools.com
30+
base-url: https://repos.supermodeltools.com/fastapi
3131
max-source-files: "500"
3232

3333
- uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)