Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2ae00 commit 5c1ab37Copy full SHA for 5c1ab37
1 file changed
.github/workflows/update-docs.yml
@@ -53,7 +53,7 @@ jobs:
53
echo ${GITHUB_WORKSPACE}
54
cd "${GITHUB_WORKSPACE}"
55
git clone --branch main [email protected]:python-doc-ja/cpython-doc-catalog.git
56
- mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
+ mkdir -p "${GITHUB_WORKSPACE}"/cpython-doc-catalog/Doc/locales/ja
57
cd "${GITHUB_WORKSPACE}"/cpython-doc-catalog/Doc/locales/ja
58
ln -s "${GITHUB_WORKSPACE}"/python-docs-ja LC_MESSAGES
59
ls -lF LC_MESSAGES
0 commit comments