Skip to content

Commit 0bda676

Browse files
committed
Update merge.py and Update Doc action
1 parent 555f023 commit 0bda676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_doc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Run merge.py
2626
run: python merge.py ${GITHUB_REF##*/}
2727

28-
- name: Commit changes
28+
- name: Commit changes and powrap
2929
run: |
30+
powrap *.po */*.po
3031
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3132
git config --local user.name "github-actions[bot]"
3233
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"

merge.py

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def main():
127127
remove_old_files(downstream - upstream)
128128
clean_paths((upstream - downstream) | (upstream & downstream))
129129
shutil.rmtree(pot_path)
130-
run("powrap", "*.po", "*/*.po")
131130
update_makefile(args.cpython_repo)
132131
git_add_relevant_files()
133132

0 commit comments

Comments
 (0)