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 1427665 commit 7600476Copy full SHA for 7600476
.github/workflows/lint-and-built.yml
@@ -31,11 +31,11 @@ jobs:
31
- uses: actions/checkout@master
32
with:
33
ref: ${{ matrix.version }}
34
- path: Doc/locales/XX/LC_MESSAGES
+ path: Doc/locales/ja/LC_MESSAGES
35
- run: git pull
36
- working-directory: ./Doc/locales/XX/LC_MESSAGES
+ working-directory: ./Doc/locales/ja/LC_MESSAGES
37
- uses: sphinx-doc/github-problem-matcher@v1.1
38
- - run: make -e SPHINXOPTS="--color -D language='XX' -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='ja' -W --keep-going" ${{ matrix.format }}
39
working-directory: ./Doc
40
- uses: actions/upload-artifact@master
41
if: success() || failure()
0 commit comments