Skip to content

Commit 830156f

Browse files
authored
Create update-docs.yml
1 parent 5881569 commit 830156f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-docs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ jobs:
4545
steps:
4646
- name: Check out cpython-doc-catalog
4747
run: |
48+
echo "${GITHUB_WORKSPACE}"
49+
cd "${GITHUB_WORKSPACE}"
4850
git clone --branch main git@github.com:python-doc-ja/cpython-doc-catalog.git
51+
mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
52+
cd "${GITHUB_WORKSPACE}"/cpython-doc-catalog/Doc/locales/ja
53+
ln -s "${GITHUB_WORKSPACE}"/python-docs-ja LC_MESSAGES
54+
ls -lF LC_MESSAGES
4955
5056
5157
Renew-Upload-Catalog:

0 commit comments

Comments
 (0)