mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Fix test script
This commit is contained in:
parent
7d5d22fc35
commit
466729ba3d
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 | grep $GITHUB_SHA > /dev/null
|
command: curl -sSL --fail -m 10 https://charasheet.augendre.info
|
||||||
|
|
Loading…
Reference in a new issue