2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

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 invoke install
- name: Make Translations - name: Make Translations
run: | run: |
cd InvenTree invoke translate
python manage.py makemessages -e py -e html -e js
- name: stash changes - name: stash changes
run: | run: |
git stash git stash