We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4de0f94 + ea15224 commit 19039a0Copy full SHA for 19039a0
.github/workflows/summarize_progress.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
ci:
9
+ if: github.repository == 'python/python-docs-zh-tw'
10
runs-on: ubuntu-latest
11
permissions:
12
# Give the default GITHUB_TOKEN write permission to commit and push the
@@ -32,7 +33,7 @@ jobs:
32
33
34
- name: Copy content
35
run: |
- cp .scripts/summarize_progress/dist/summarize_progress.md markdown/各檔案翻譯進度清單.md
36
+ cp .scripts/summarize_progress/result.md markdown/各檔案翻譯進度清單.md
37
shell: bash
38
39
- name: Commit wiki code
0 commit comments