Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit830156f

Browse files
authored
Create update-docs.yml
1 parent5881569 commit830156f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/update-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ jobs:
4545
steps:
4646
-name:Check out cpython-doc-catalog
4747
run:|
48+
echo "${GITHUB_WORKSPACE}"
49+
cd "${GITHUB_WORKSPACE}"
4850
git clone --branch main git@github.com: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
4955
5056
5157
Renew-Upload-Catalog:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp