Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8ac0d7

Browse files
committed
Update merge.py and Update Doc action
1 parent0bda676 commitb8ac0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/update_doc.yml

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

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

‎merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def main():
127127
remove_old_files(downstream-upstream)
128128
clean_paths((upstream-downstream)| (upstream&downstream))
129129
shutil.rmtree(pot_path)
130+
run("powrap","-m")
130131
update_makefile(args.cpython_repo)
131132
git_add_relevant_files()
132133

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp