use invoke for trans

instead of commandline
This commit is contained in:
Matthias Mair 2021-04-21 11:16:05 +02:00 committed by GitHub
parent 018b845415
commit cdea39def0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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