Skip to content

Commit

Permalink
Fix: ignore status 200 - hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Apr 1, 2024
1 parent 5be59be commit 48872a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
directory: '_build/html'
arguments: |
--ignore-files "/.+\/_static\/.+/,/genindex.html/,/.+\/reference\/.+/"
--ignore-status-codes "302, 404, 403, 429, 503"
--ignore-status-codes "200, 302, 404, 403, 429, 503"

0 comments on commit 48872a2

Please sign in to comment.