File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
- - name : Check out the repo
23
+ - name : Check out python-docs-ja
24
24
uses : actions/checkout@v2
25
25
26
26
- name : Setup Python
@@ -37,18 +37,15 @@ jobs:
37
37
pip install --upgrade transifex-client
38
38
39
39
- name : Setup tx
40
- run : mv "${GITHUB_WORKSPACE }/files/.transifexrc" ~/.transifexrc
40
+ run : mv "${}/files/.transifexrc" ~/.transifexrc
41
41
42
42
Upload-Catalog :
43
43
runs-on : ubuntu-latest
44
44
45
45
steps :
46
- - name : Check out the repo
47
- uses : actions/checkout@v2
48
-
49
- - name : cpython-doc-catalog
46
+ - name : Check out cpython-doc-catalog
50
47
run : |
51
- echo ${GITHUB_REPOSITORY}
48
+ git clone --branch main git@github.com:python-doc-ja/cpython-doc-catalog.git
52
49
53
50
54
51
Renew-Upload-Catalog :
You can’t perform that action at this time.
0 commit comments