Skip to content

Commit cbfd011

Browse files
committed
fix: set base-url to include repo path prefix
1 parent b5cd3a4 commit cbfd011

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
@@ -30,7 +30,7 @@ jobs:
3030
id: docs
3131
with:
3232
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
33-
base-url: https://repos.supermodeltools.com
33+
base-url: https://repos.supermodeltools.com/bun
3434
max-source-files: "50"
3535

3636
- uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)