mirror of
https://github.com/privacyguides/i18n.git
synced 2025-06-15 15:31:12 +00:00
Add KO, PT
This commit is contained in:
parent
0326b8981f
commit
2d41afcca7
6
.github/workflows/site-build.yml
vendored
6
.github/workflows/site-build.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
repo: [mkdocs-material-insiders, brand, i18n]
|
repo: [mkdocs-material-insiders, brand, i18n]
|
||||||
uses: privacyguides/privacyguides.org/.github/workflows/download-repo.yml@main
|
uses: privacyguides/.github/.github/workflows/download-repo.yml@main
|
||||||
with:
|
with:
|
||||||
repo: ${{ matrix.repo }}
|
repo: ${{ matrix.repo }}
|
||||||
secrets:
|
secrets:
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
needs: submodule
|
needs: submodule
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
lang: [es, fr, he, it, nl, ru, zh-Hant]
|
lang: [es, fr, he, it, ko, nl, pt, ru, zh-Hant]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -57,4 +57,4 @@ jobs:
|
|||||||
cleanup:
|
cleanup:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
needs: build
|
needs: build
|
||||||
uses: privacyguides/privacyguides.org/.github/workflows/cleanup.yml@main
|
uses: privacyguides/.github/.github/workflows/cleanup.yml@main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user