From cdea39def0e22c1ddc30bd06c615a6f00ddcf890 Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:16:05 +0200 Subject: [PATCH] use invoke for trans instead of commandline --- .github/workflows/translations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index e0f38eb20a..b6579de008 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -39,8 +39,7 @@ jobs: invoke install - name: Make Translations run: | - cd InvenTree - python manage.py makemessages -e py -e html -e js + invoke translate - name: stash changes run: | git stash