We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830156f commit c8644b6Copy full SHA for c8644b6
.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 git@github.com:python-doc-ja/cpython-doc-catalog.git
51
mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
0 commit comments