From 2d41afcca7f8efbbf69662d36ea7bd98a2e88c7b Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Wed, 10 Apr 2024 11:23:19 -0500 Subject: [PATCH] Add KO, PT --- .github/workflows/site-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 276a5187..83ab256c 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: 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: repo: ${{ matrix.repo }} secrets: @@ -43,7 +43,7 @@ jobs: needs: submodule strategy: matrix: - lang: [es, fr, he, it, nl, ru, zh-Hant] + lang: [es, fr, he, it, ko, nl, pt, ru, zh-Hant] fail-fast: false permissions: contents: read @@ -57,4 +57,4 @@ jobs: cleanup: if: ${{ always() }} needs: build - uses: privacyguides/privacyguides.org/.github/workflows/cleanup.yml@main + uses: privacyguides/.github/.github/workflows/cleanup.yml@main