File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- version : [ '3.15', '3.14' ]
17+ version : [ '3.15' ] # version: [ '3.15' , '3.14' ]
1818 continue-on-error : true
1919 steps :
2020 - uses : actions/setup-python@master
2525 with :
2626 ref : ${{ matrix.version }}
2727 - uses : rffontenelle/sphinx-lint-problem-matcher@v1.0.0
28- - run : sphinx-lint
28+ - run : sphinx-lint
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 - uses : actions/checkout@master
3030 with :
3131 ref : ${{ matrix.version }}
32- path : Doc/locales/XX /LC_MESSAGES
32+ path : Doc/locales/de /LC_MESSAGES
3333 - run : git pull
34- working-directory : ./Doc/locales/XX /LC_MESSAGES
34+ working-directory : ./Doc/locales/de /LC_MESSAGES
3535 - uses : sphinx-doc/github-problem-matcher@v1.1
36- - run : make -e SPHINXOPTS="--color -D language='XX ' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
36+ - run : make -e SPHINXOPTS="--color -D language='de ' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
3737 working-directory : ./Doc
3838 - uses : actions/upload-artifact@master
3939 if : success() || failure()
4545 runs-on : ubuntu-latest
4646 strategy :
4747 matrix :
48- version : [ '3.15', '3.14' ]
48+ version : [ '3.15' ] # version: [ '3.15' , '3.14' ]
4949 needs : [ 'build-translation' ]
5050 steps :
5151 - uses : actions/download-artifact@master
You can’t perform that action at this time.
0 commit comments