We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadc83d commit d4dbaa9Copy full SHA for d4dbaa9
.github/workflows/update-docs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - name: Check out the repo
+ - name: Check out python-docs-ja
24
uses: actions/checkout@v2
25
26
- name: Setup Python
@@ -37,18 +37,15 @@ jobs:
37
pip install --upgrade transifex-client
38
39
- name: Setup tx
40
- run: mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
+ run: mv "${}/files/.transifexrc" ~/.transifexrc
41
42
Upload-Catalog:
43
44
45
46
47
- uses: actions/checkout@v2
48
-
49
- - name: cpython-doc-catalog
+ - name: Check out cpython-doc-catalog
50
run: |
51
- echo ${GITHUB_REPOSITORY}
+ git clone --branch main git@github.com:python-doc-ja/cpython-doc-catalog.git
52
53
54
Renew-Upload-Catalog:
0 commit comments