Skip to content

Commit 58621f7

Browse files
committed
Reduce max-source-files to 200 for bun (C++ monorepo)
1 parent c00aab9 commit 58621f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
3030
base-url: https://repos.supermodeltools.com
31-
max-source-files: "500"
31+
max-source-files: "200"
3232

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

0 commit comments

Comments
 (0)