Skip to content

Commit e90c9ff

Browse files
Fix base-url to include repo path prefix
1 parent b551e08 commit e90c9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arch-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: docs
1919
with:
2020
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
21-
base-url: https://repos.supermodeltools.com
21+
base-url: https://repos.supermodeltools.com/supermodel-api-docs
2222

2323
- name: Deploy to central site
2424
env:
@@ -40,4 +40,4 @@ jobs:
4040
echo "Push failed, retrying in ${i}0s..."
4141
sleep $((i * 10))
4242
git pull --rebase origin main
43-
done
43+
done

0 commit comments

Comments
 (0)