From a0b0444aa0079156ce7fc7d588458d8766f06493 Mon Sep 17 00:00:00 2001 From: signedav Date: Thu, 12 Oct 2023 14:29:53 +0200 Subject: [PATCH] try again transifex with proper sources --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 90d36ec7b..3d567f042 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -46,7 +46,7 @@ jobs: - name: Pull translations from Transifex run: | - ./tx pull -f --translations --all --minimum-perc 10 + ./tx pull --translations --all --minimum-perc 10 ./tx status env: TX_TOKEN: ${{ secrets.TX_TOKEN }}