Skip to content

Commit 28d176a

Browse files
authored
Ignore 'too many request' failures. (#87)
1 parent 746860c commit 28d176a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
with:
6464
# nice to check a few specific root-level markdown files (README.md etc) for valid links,
6565
# but the main thing to check is the rendered website (in the `open-source` directory)
66-
args: "--no-progress --verbose --github-token ${{ secrets.GITHUB_TOKEN }} -- README.md CONTRIBUTING.md open-source/"
66+
args: "--accept 200,429 --no-progress --verbose --github-token ${{ secrets.GITHUB_TOKEN }} -- README.md CONTRIBUTING.md open-source/"
6767
fail: true
6868
jobSummary: true

0 commit comments

Comments
 (0)