Skip to content

Commit 7600476

Browse files
fixup
1 parent 1427665 commit 7600476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-and-built.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- uses: actions/checkout@master
3232
with:
3333
ref: ${{ matrix.version }}
34-
path: Doc/locales/XX/LC_MESSAGES
34+
path: Doc/locales/ja/LC_MESSAGES
3535
- run: git pull
36-
working-directory: ./Doc/locales/XX/LC_MESSAGES
36+
working-directory: ./Doc/locales/ja/LC_MESSAGES
3737
- uses: sphinx-doc/github-problem-matcher@v1.1
38-
- run: make -e SPHINXOPTS="--color -D language='XX' -W --keep-going" ${{ matrix.format }}
38+
- run: make -e SPHINXOPTS="--color -D language='ja' -W --keep-going" ${{ matrix.format }}
3939
working-directory: ./Doc
4040
- uses: actions/upload-artifact@master
4141
if: success() || failure()

0 commit comments

Comments
 (0)