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

Appearance settings

Commit 19039a0

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

File tree

Expand file treeCollapse file tree

3 files changed

+43
-517
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+43
-517
lines changed

‎.github/workflows/summarize_progress.yml

Copy file name to clipboardExpand all lines: .github/workflows/summarize_progress.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.