From 5127aed4d95503aac733c387b2d396c17b24760a Mon Sep 17 00:00:00 2001 From: signedav Date: Thu, 12 Oct 2023 14:14:34 +0200 Subject: [PATCH] pull -f for tx --- .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 3d567f042..90d36ec7b 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -46,7 +46,7 @@ jobs: - name: Pull translations from Transifex run: | - ./tx pull --translations --all --minimum-perc 10 + ./tx pull -f --translations --all --minimum-perc 10 ./tx status env: TX_TOKEN: ${{ secrets.TX_TOKEN }}