Skip to content

Commit

Permalink
Run powrap in ci.yml (#1)
Browse files Browse the repository at this point in the history
* run powrap in ci.yml

* Fix powrap path
  • Loading branch information
rffontenelle committed Nov 18, 2023
1 parent 2b80ea1 commit 8e2458a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ jobs:
sphinx-intl update -d ../locales -p build/ -l ${{ env.LANGUAGE }}
working-directory: peps

- name: powrap
run: |
powrap locales/${{ env.LANGUAGE }}/LC_MESSAGES/*.po
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Translation update"
file_pattern: .gitmodules locales/**/*.po
file_pattern: .gitmodules locales/${{ env.LANGUAGE }}/LC_MESSAGES/*.po
add_options: '-A'

0 comments on commit 8e2458a

Please sign in to comment.