Skip to content

Commit db4a106

Browse files
committed
Add arch-docs workflow
1 parent e6bee46 commit db4a106

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/arch-docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
id: docs
2828
with:
2929
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
30-
base-url: https://supermodeltools.github.io
30+
base-url: https://repos.supermodeltools.com
31+
32+
- uses: actions/configure-pages@v5
3133

3234
- uses: actions/upload-pages-artifact@v3
3335
with:
3436
path: ./arch-docs-output
3537

36-
- name: Deploy to GitHub Pages
37-
id: deploy
38-
uses: actions/deploy-pages@v4
38+
- uses: actions/deploy-pages@v4
39+
id: deploy

0 commit comments

Comments
 (0)