From 7f2bfa47b12d70081afae474d4c952ccf63d9ebf Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 28 Sep 2022 01:48:04 +0200 Subject: [PATCH] Ignore html on curl check --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 661bc90..ed41a57 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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