Skip to content

Commit 49f938d

Browse files
Commit
1 parent e2fd04d commit 49f938d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-docs-theme.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
git config user.name github-actions[bot]
9595
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
9696
git status
97+
98+
git ls-files --others --exclude-standard -- python-docs-theme.pot | xargs -r git add -v
99+
git ls-files --others --exclude-standard -- ./*/LC_MESSAGES/python-docs-theme.po | xargs -r git add -v
97100
git diff -I'^"POT-Creation-Date: ' --numstat ./*/LC_MESSAGES/python-docs-theme.po python-docs-theme.pot | cut -f3 | xargs -r git add -v
98101
git diff-index --cached --quiet HEAD || { git commit -vm "Update translations from Transifex"; }
99102

0 commit comments

Comments
 (0)