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 746860c commit 28d176aCopy full SHA for 28d176a
1 file changed
.github/workflows/build.yml
@@ -63,6 +63,6 @@ jobs:
63
with:
64
# nice to check a few specific root-level markdown files (README.md etc) for valid links,
65
# 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/"
+ args: "--accept 200,429 --no-progress --verbose --github-token ${{ secrets.GITHUB_TOKEN }} -- README.md CONTRIBUTING.md open-source/"
67
fail: true
68
jobSummary: true
0 commit comments