Skip to content

Commit 1d587b2

Browse files
committed
no tex
1 parent 6a0f054 commit 1d587b2

1 file changed

Lines changed: 49 additions & 53 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 49 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,59 +36,55 @@ jobs:
3636
node-version: 18.x
3737
- name: Install MyST Markdown
3838
run: npm install -g mystmd
39-
- name: Setup TeX Live
40-
uses: teatimeguest/setup-texlive-action@v3
41-
with:
42-
packages: |
43-
adjustbox
44-
amsfonts
45-
amsmath
46-
amssymb
47-
amsthm
48-
authblk
49-
background
50-
babel
51-
booktabs
52-
curvenote
53-
datetime
54-
doi
55-
enumitem
56-
fancyhdr
57-
fancyvrb
58-
float
59-
framed
60-
fontenc
61-
geometry
62-
graphbox
63-
graphicx
64-
hyperref
65-
inputenc
66-
lineno
67-
lipsum
68-
lmodern
69-
microtype
70-
mdframed
71-
natbib
72-
needspace
73-
nicefrac
74-
newfloat
75-
preprint
76-
scalerel
77-
sidecap
78-
tikz
79-
times
80-
titlesec
81-
txfonts
82-
ulem
83-
url
84-
xcolor
85-
xkeyval
86-
zref-abspage
87-
zref
88-
89-
90-
91-
39+
# - name: Setup TeX Live
40+
# uses: teatimeguest/setup-texlive-action@v3
41+
# with:
42+
# packages: |
43+
# adjustbox
44+
# amsfonts
45+
# amsmath
46+
# amssymb
47+
# amsthm
48+
# authblk
49+
# background
50+
# babel
51+
# booktabs
52+
# curvenote
53+
# datetime
54+
# doi
55+
# enumitem
56+
# fancyhdr
57+
# fancyvrb
58+
# float
59+
# framed
60+
# fontenc
61+
# geometry
62+
# graphbox
63+
# graphicx
64+
# hyperref
65+
# inputenc
66+
# lineno
67+
# lipsum
68+
# lmodern
69+
# microtype
70+
# mdframed
71+
# natbib
72+
# needspace
73+
# nicefrac
74+
# newfloat
75+
# preprint
76+
# scalerel
77+
# sidecap
78+
# tikz
79+
# times
80+
# titlesec
81+
# txfonts
82+
# ulem
83+
# url
84+
# xcolor
85+
# xkeyval
86+
# zref-abspage
87+
# zref
9288
# - name: Build PDF Assets
9389
# run: myst build --pdf
9490
- name: Build HTML Assets

0 commit comments

Comments
 (0)