We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58621f7 commit b5cd3a4Copy full SHA for b5cd3a4
.github/workflows/arch-docs.yml
@@ -22,13 +22,16 @@ jobs:
22
url: ${{ steps.deploy.outputs.page_url }}
23
steps:
24
- uses: actions/checkout@v4
25
+ with:
26
+ fetch-depth: 1
27
+ submodules: false
28
29
- uses: supermodeltools/arch-docs@main
30
id: docs
31
with:
32
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
33
base-url: https://repos.supermodeltools.com
- max-source-files: "200"
34
+ max-source-files: "50"
35
36
- uses: actions/configure-pages@v5
37
0 commit comments