Skip to content

Commit e39aaa6

Browse files
committed
dont fail or cache 429 response
1 parent 1c44413 commit e39aaa6

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/docs-check.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,21 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:
5959
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
60+
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
6175
failIfEmpty: true
6276
format: markdown
6377
jobSummary: true

0 commit comments

Comments
 (0)