Ignore html on curl check
This commit is contained in:
parent
7a4b628ace
commit
7f2bfa47b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue