1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-05 10:11:08 +00:00

ci: Use strict mkdocs builds on PR previews (#2685)

Signed-off-by: Mare Polaris <15004290+ph00lt0@users.noreply.github.com>
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-08-02 14:01:38 +00:00
committed by Daniel Gray
parent 9d13fafa89
commit 9ad1c6450a
2 changed files with 10 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ jobs:
lang: en
continue-on-error: false
privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }}
strict: true
build_i18n:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build i18n') }}
@@ -84,6 +85,7 @@ jobs:
lang: ${{ matrix.lang }}
continue-on-error: true
privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }}
strict: true
combine_build:
needs: [build_english, build_i18n]