Skip to content

Commit 372a058

Browse files
Dedent (#141)
1 parent 48f8eac commit 372a058

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

sample-workflows/test-build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
name: build-${{ matrix.version }}-${{ matrix.format }}
4242
path: Doc/build/${{ matrix.format }}
4343

44-
output-pdf:
45-
runs-on: ubuntu-latest
46-
strategy:
47-
matrix:
48-
version: [ '3.14' ]
49-
needs: [ 'build-translation' ]
50-
steps:
51-
- uses: actions/download-artifact@master
52-
with:
53-
name: build-${{ matrix.version }}-latex
54-
- run: sudo apt-get update
55-
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
56-
- run: make
57-
- uses: actions/upload-artifact@master
58-
with:
59-
name: build-${{ matrix.version }}-pdf
60-
path: .
44+
output-pdf:
45+
runs-on: ubuntu-latest
46+
strategy:
47+
matrix:
48+
version: [ '3.14' ]
49+
needs: [ 'build-translation' ]
50+
steps:
51+
- uses: actions/download-artifact@master
52+
with:
53+
name: build-${{ matrix.version }}-latex
54+
- run: sudo apt-get update
55+
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
56+
- run: make
57+
- uses: actions/upload-artifact@master
58+
with:
59+
name: build-${{ matrix.version }}-pdf
60+
path: .

0 commit comments

Comments
 (0)