1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-22 02:39:19 +00:00

Link to mirrors in README (#2507)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-04-10 10:52:09 +00:00
committed by Daniel Gray
parent a57dc2cd78
commit 6458a05355
8 changed files with 73 additions and 18 deletions

View File

@@ -42,23 +42,19 @@ jobs:
strategy:
matrix:
lang: [en, es, fr, he, it, nl, ru, zh-Hant]
build: [build, offline]
fail-fast: false
permissions:
contents: read
uses: ./.github/workflows/build.yml
with:
config: ${{ matrix.build }}
ref: ${{ github.ref }}
repo: ${{ github.repository }}
lang: ${{ matrix.lang }}
continue-on-error: true
buildoffline:
needs: submodule
permissions:
contents: read
uses: ./.github/workflows/build-offline.yml
cleanup:
if: ${{ always() }}
needs: [build, buildoffline]
needs: build
uses: privacyguides/.github/.github/workflows/cleanup.yml@main