Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 566e099

Browse files
authored
Merge branch '3.12' into cron/sync/3.12
2 parents 6d38ced + 19039a0 commit 566e099

File tree

5 files changed

+167
-556
lines changed

5 files changed

+167
-556
lines changed

.github/workflows/summarize_progress.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
ci:
9+
if: github.repository == 'python/python-docs-zh-tw'
910
runs-on: ubuntu-latest
1011
permissions:
1112
# Give the default GITHUB_TOKEN write permission to commit and push the
@@ -32,7 +33,7 @@ jobs:
3233

3334
- name: Copy content
3435
run: |
35-
cp .scripts/summarize_progress/dist/summarize_progress.md markdown/各檔案翻譯進度清單.md
36+
cp .scripts/summarize_progress/result.md markdown/各檔案翻譯進度清單.md
3637
shell: bash
3738

3839
- name: Commit wiki code

0 commit comments

Comments
 (0)