Search for git commit SHA in page
This commit is contained in:
parent
d31078e6e5
commit
41ed44ad9c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -48,4 +48,4 @@ jobs:
|
||||||
max_attempts: 5
|
max_attempts: 5
|
||||||
retry_wait_seconds: 2
|
retry_wait_seconds: 2
|
||||||
warning_on_retry: false
|
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
|
||||||
|
|
Reference in a new issue