Skip to content

Commit

Permalink
run powrap in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Nov 18, 2023
1 parent 2b80ea1 commit d6f7e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
sphinx-intl update -d ../locales -p build/ -l ${{ env.LANGUAGE }}
working-directory: peps

- name: powrap
run: |
powrap locales/**/*.po
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit d6f7e65

Please sign in to comment.