Ignore html on curl check

This commit is contained in:
Gabriel Augendre 2022-09-28 01:48:04 +02:00
parent 7a4b628ace
commit 7f2bfa47b1

View file

@ -42,4 +42,4 @@ jobs:
max_attempts: 5
retry_wait_seconds: 2
warning_on_retry: false
command: curl -sSL --fail -m 10 https://gabnotes.org
command: curl -sSL --fail -m 10 https://gabnotes.org > /dev/null