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 830156f commit c8644b6Copy full SHA for c8644b6
1 file changed
.github/workflows/update-docs.yml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- name: Check out cpython-doc-catalog
47
run: |
48
- echo "${GITHUB_WORKSPACE}"
+ 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
0 commit comments