Custom error message for missing i18n

This commit is contained in:
object-Object 2023-09-02 17:05:47 -04:00
parent ddf1b86ac1
commit bcf901230b

View file

@ -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