Skip to content

Commit 5c1ab37

Browse files
authored
Update update-docs.yml
1 parent bf2ae00 commit 5c1ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo ${GITHUB_WORKSPACE}
5454
cd "${GITHUB_WORKSPACE}"
5555
git clone --branch main git@github.com:python-doc-ja/cpython-doc-catalog.git
56-
mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
56+
mkdir -p "${GITHUB_WORKSPACE}"/cpython-doc-catalog/Doc/locales/ja
5757
cd "${GITHUB_WORKSPACE}"/cpython-doc-catalog/Doc/locales/ja
5858
ln -s "${GITHUB_WORKSPACE}"/python-docs-ja LC_MESSAGES
5959
ls -lF LC_MESSAGES

0 commit comments

Comments
 (0)