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 5881569 commit 830156fCopy full SHA for 830156f
.github/workflows/update-docs.yml
@@ -45,7 +45,13 @@ jobs:
45
steps:
46
- name: Check out cpython-doc-catalog
47
run: |
48
+ echo "${GITHUB_WORKSPACE}"
49
+ cd "${GITHUB_WORKSPACE}"
50
git clone --branch main [email protected]: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
55
56
57
Renew-Upload-Catalog:
0 commit comments