Skip to content

Commit b5cd3a4

Browse files
committed
Try 50 files + skip submodules for bun
1 parent 58621f7 commit b5cd3a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/arch-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
url: ${{ steps.deploy.outputs.page_url }}
2323
steps:
2424
- uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 1
27+
submodules: false
2528

2629
- uses: supermodeltools/arch-docs@main
2730
id: docs
2831
with:
2932
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
3033
base-url: https://repos.supermodeltools.com
31-
max-source-files: "200"
34+
max-source-files: "50"
3235

3336
- uses: actions/configure-pages@v5
3437

0 commit comments

Comments
 (0)