We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c44413 commit e39aaa6Copy full SHA for e39aaa6
1 file changed
.github/workflows/docs-check.yml
@@ -57,7 +57,21 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
59
workingDirectory: docs
60
- args: --user-agent 'curl/8.13.0' --cache --max-cache-age 7d --max-concurrency 4 --no-progress --remap "https://graft.rs file://$PWD/dist" --fallback-extensions html --exclude-path "llms-.*\.txt" --root-dir $PWD/dist dist
+ args: >-
61
+ --user-agent 'curl/8.13.0'
62
+ --cache
63
+ --max-cache-age 7d
64
+ --cache-exclude-status 429
65
+ --accept 429
66
+ --max-concurrency 4
67
+ --no-progress
68
+ --remap "https://graft.rs file://$PWD/dist"
69
+ --fallback-extensions html
70
+ --exclude-path "llms-.*\.txt"
71
+ --root-dir $PWD/dist
72
+ --host-stats
73
+ --host-request-interval 500ms
74
+ dist
75
failIfEmpty: true
76
format: markdown
77
jobSummary: true
0 commit comments