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 7949361 commit 7806e98Copy full SHA for 7806e98
scripts/push/upload-catalog
@@ -3,7 +3,7 @@ set -eux
3
4
# clone an additional repository
5
cd "${BASEDIR}"
6
-git clone --depth 50 --branch ${CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
+git clone --branch ${CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
7
mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
8
cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
9
ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES
0 commit comments