We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555e51a commit 0744acdCopy full SHA for 0744acd
.github/workflows/update-docs.yml
@@ -4,18 +4,18 @@ on: workflow_dispatch
4
# schedule:
5
# - cron: "0 9 * * *"
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
jobs:
18
Org-Preparation:
+ env:
+ # branch name of python-docs-ja repository
+ DOCS_BRANCH: "3.10"
+ # branch name of cpython repository
+ CPYTHON_BRANCH: "3.10"
+ # branch name of cpython-doc-catalog repository
+ CATALOG_BRANCH: "catalog-3.10"
+ # Transifex project name
+ TRANSIFEX_PROJECT: "python-newest"
+
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
0 commit comments