mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 23:54:44 +00:00
Ensure application translations are updated by workflow
This commit is contained in:
parent
92f189579e
commit
3ddc25fd4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/branch-man.yml
vendored
4
.github/workflows/branch-man.yml
vendored
|
|
@ -49,9 +49,9 @@ jobs:
|
|||
|
||||
- name: Build application translations catalogs
|
||||
run: |
|
||||
rm -f po/linkchecker.pot
|
||||
make -C po
|
||||
# It's OK if no changes were made
|
||||
git commit -a -m "Update application translation catalogs" || true
|
||||
git commit -a -m "Update application translation catalogs"
|
||||
|
||||
- name: Push changes
|
||||
run: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue