Skip to content

Commit

Permalink
Merge pull request #816 from rockleona/feat/summarize-table
Browse files Browse the repository at this point in the history
feat: update summarize list to table
  • Loading branch information
mattwang44 committed Feb 21, 2024
2 parents 4de0f94 + ea15224 commit 19039a0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 517 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/summarize_progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

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

- name: Copy content
run: |
cp .scripts/summarize_progress/dist/summarize_progress.md markdown/各檔案翻譯進度清單.md
cp .scripts/summarize_progress/result.md markdown/各檔案翻譯進度清單.md
shell: bash

- name: Commit wiki code
Expand Down
Loading

0 comments on commit 19039a0

Please sign in to comment.