Skip to content

Commit 56bd2aa

Browse files
committed
fix: set base-url to include repo path prefix
1 parent 896debb commit 56bd2aa

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/gin
3131

3232
- uses: actions/configure-pages@v5
3333

0 commit comments

Comments
 (0)