We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b551e08 commit e90c9ffCopy full SHA for e90c9ff
.github/workflows/arch-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
id: docs
19
with:
20
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
21
- base-url: https://repos.supermodeltools.com
+ base-url: https://repos.supermodeltools.com/supermodel-api-docs
22
23
- name: Deploy to central site
24
env:
@@ -40,4 +40,4 @@ jobs:
40
echo "Push failed, retrying in ${i}0s..."
41
sleep $((i * 10))
42
git pull --rebase origin main
43
- done
+ done
0 commit comments