Skip to content

Commit 65ff455

Browse files
committed
fix: workflow file indentation
1 parent dd979ac commit 65ff455

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
python-version: '3.13'
3131
cache: 'pip'
3232

33-
- name: Install Texlive + Packages
34-
uses: zauguin/install-texlive@v4
35-
with:
36-
packages: >
37-
scheme-basic latex fontspec tipa calligra xcolor
38-
standalone preview doublestroke setspace rsfs relsize
39-
ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx
40-
wasy cm-super babel-english gnu-freefont mathastext cbfonts-fd xetex
33+
- name: Install Texlive + Packages
34+
uses: zauguin/install-texlive@v4
35+
with:
36+
packages: >
37+
scheme-basic latex fontspec tipa calligra xcolor
38+
standalone preview doublestroke setspace rsfs relsize
39+
ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx
40+
wasy cm-super babel-english gnu-freefont mathastext cbfonts-fd xetex
4141
4242
- name: Install Python Dependencies
4343
run: |

0 commit comments

Comments
 (0)