Custom error message for missing i18n
This commit is contained in:
parent
ddf1b86ac1
commit
bcf901230b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build_docs.yml
vendored
4
.github/workflows/build_docs.yml
vendored
|
@ -204,7 +204,9 @@ jobs:
|
|||
|
||||
- name: Fail if the first generate step failed
|
||||
if: steps.gen-normal.outcome == 'failure'
|
||||
run: exit 1
|
||||
run: |
|
||||
echo "::error::Missing some i18n keys."
|
||||
exit 1
|
||||
|
||||
deploy-pages:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue