Skip to content

Commit d4dbaa9

Browse files
authored
Update update-docs.yml
1 parent eadc83d commit d4dbaa9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/update-docs.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- name: Check out the repo
23+
- name: Check out python-docs-ja
2424
uses: actions/checkout@v2
2525

2626
- name: Setup Python
@@ -37,18 +37,15 @@ jobs:
3737
pip install --upgrade transifex-client
3838
3939
- name: Setup tx
40-
run: mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
40+
run: mv "${}/files/.transifexrc" ~/.transifexrc
4141

4242
Upload-Catalog:
4343
runs-on: ubuntu-latest
4444

4545
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
5047
run: |
51-
echo ${GITHUB_REPOSITORY}
48+
git clone --branch main git@github.com:python-doc-ja/cpython-doc-catalog.git
5249
5350
5451
Renew-Upload-Catalog:

0 commit comments

Comments
 (0)