Skip to content

Commit 19039a0

Browse files
authored
Merge pull request #816 from rockleona/feat/summarize-table
feat: update summarize list to table
2 parents 4de0f94 + ea15224 commit 19039a0

File tree

3 files changed

+43
-517
lines changed

3 files changed

+43
-517
lines changed

Diff for: .github/workflows/summarize_progress.yml

+2-1
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)