File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 working-directory : ./Doc
3030 - uses : actions/checkout@master
3131 with :
32- ref : ${{ matrix.version }}
32+ ref : 3.14
3333 path : Doc/locales/sv/LC_MESSAGES
3434 - run : git pull
3535 working-directory : ./Doc/locales/sv/LC_MESSAGES
4040 if : success() || failure()
4141 with :
4242 name : build-${{ matrix.version }}-${{ matrix.format }}
43- path : Doc/build/${{ matrix.format }}
43+ path : Doc/build/3.14
4444
4545 output-pdf :
4646 runs-on : ubuntu-latest
@@ -51,11 +51,11 @@ jobs:
5151 steps :
5252 - uses : actions/download-artifact@master
5353 with :
54- name : build-${{ matrix.version }} -latex
54+ name : build-3.14 -latex
5555 - run : sudo apt-get update
5656 - run : sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
5757 - run : make
5858 - uses : actions/upload-artifact@master
5959 with :
60- name : build-${{ matrix.version }} -pdf
60+ name : build-3.14 -pdf
6161 path : .
You can’t perform that action at this time.
0 commit comments