From 41ed44ad9c6521af1066eb8ce8fa68f29ef7e24f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 10 Oct 2022 23:34:16 +0200 Subject: [PATCH] Search for git commit SHA in page --- .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 afbf070..b133ac8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,4 +48,4 @@ jobs: max_attempts: 5 retry_wait_seconds: 2 warning_on_retry: false - command: curl -sSL --fail -m 10 https://gabnotes.org > /dev/null + command: curl -sSL --fail -m 10 https://gabnotes.org | grep $GITHUB_SHA > /dev/null