ci: skip lhci report upload if file is missing

uci-hugo-doc
Robert Kaussow 2021-07-28 22:09:05 +02:00
parent 7fcd783d62
commit 84f44e1913
No known key found for this signature in database
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ steps:
from_secret: github_token
key: pr-${DRONE_PULL_REQUEST}
message: lhci_reports/dist/summary.md
skip_missing: true
update: true
when:
ref:
@ -275,6 +276,6 @@ depends_on:
---
kind: signature
hmac: eab38beb69658699f03b9ce6ad2c70c5040f6fd028af08fcdaf27384cc61ab45
hmac: 7c75520ec754a947c22c7727ac905b3798298c0ea174023fb5d7f99426eee0ac
...