Skip to content

Commit

Permalink
seo.yml: Accept 5XX codes
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
  • Loading branch information
Norbert Kamiński committed Aug 10, 2023
1 parent 745ceac commit 15e7e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: --timeout 60 --max-redirects 10 -a 403,500,503,504 .
args: --timeout 60 --max-redirects 10 -a 403,500,502,503,504 .

seo_spy_orphan_pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15e7e1f

Please sign in to comment.