File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ on: workflow_dispatch
4
4
# schedule:
5
5
# - cron: "0 9 * * *"
6
6
7
- env :
8
- # branch name of python-docs-ja repository
9
- DOCS_BRANCH : " 3.10"
10
- # branch name of cpython repository
11
- CPYTHON_BRANCH : " 3.10"
12
- # branch name of cpython-doc-catalog repository
13
- CATALOG_BRANCH : " catalog-3.10"
14
- # Transifex project name
15
- TRANSIFEX_PROJECT : " python-newest"
16
-
17
7
jobs :
18
8
Org-Preparation :
9
+ env :
10
+ # branch name of python-docs-ja repository
11
+ DOCS_BRANCH : " 3.10"
12
+ # branch name of cpython repository
13
+ CPYTHON_BRANCH : " 3.10"
14
+ # branch name of cpython-doc-catalog repository
15
+ CATALOG_BRANCH : " catalog-3.10"
16
+ # Transifex project name
17
+ TRANSIFEX_PROJECT : " python-newest"
18
+
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out the repo
You can’t perform that action at this time.
0 commit comments