Skip to content

Commit

Permalink
feat: add a new step in build workflow, the step creats
Browse files Browse the repository at this point in the history
and then push string resources to transifex
  • Loading branch information
ghassanmas committed Dec 7, 2021
1 parent 85bf3e9 commit 94edab0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:
- name: "Build docs"
run: |
./run_tests.sh
- name : "Translations Sync"
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
run: |
./i18n.sh
tx push -s

0 comments on commit 94edab0

Please sign in to comment.