We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01eba5a + bb26b60 commit 5298900Copy full SHA for 5298900
.github/workflows/azure-deployment.yml
@@ -31,6 +31,8 @@ jobs:
31
run: pip install -r requirements.txt
32
33
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
34
+ - name: Compile translations
35
+ run: python manage.py compilemessages
36
37
- name: Upload artifact for deployment jobs
38
uses: actions/upload-artifact@v2
0 commit comments