Allow 429 rate-limit errors

This commit is contained in:
Andrew Nesbitt 2020-06-24 10:55:02 +01:00
parent a186ad73e4
commit 95568bf158

View File

@ -6,7 +6,7 @@ jobs:
steps:
- checkout
- run: gem install awesome_bot
- run: awesome_bot --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md
- run: awesome_bot --allow 429 --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md
build:
docker: