Skip to content

Commit

Permalink
ci(github): ignore status code 429
Browse files Browse the repository at this point in the history
```
External link https://itch.io/docs/butler/login.html failed: Too Many Requests (status code 429)
```
  • Loading branch information
remarkablemark committed Apr 15, 2024
1 parent f46e264 commit f5e144c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: Run tests
run: >
bundle exec htmlproofer _site
--ignore-status-codes '429,999'
--ignore-urls "/globalgamejam.org/,/newgrounds.com/,/unrealengine.com/"
--no-check-external-hash

0 comments on commit f5e144c

Please sign in to comment.