Compare commits

...

9 Commits

Author SHA1 Message Date
Dongdong Tian
1fa12ccd68 Merge branch 'main' into fix-pdf-build-v2 2022-05-30 21:37:36 +08:00
Dongdong Tian
4be6cebaac fix 2022-04-27 22:05:40 +08:00
Dongdong Tian
ec56f8171b ustc 2022-04-27 21:55:47 +08:00
Dongdong Tian
762828c77b fxig 2022-04-27 21:27:54 +08:00
Dongdong Tian
01df7d7899 fix 2022-04-27 21:21:58 +08:00
Dongdong Tian
5d797bb179 fix 2022-04-27 21:16:55 +08:00
Dongdong Tian
f3fd2f252a fix 2022-04-27 21:14:45 +08:00
Dongdong Tian
b89887882a fix 2022-04-27 21:06:39 +08:00
Dongdong Tian
bd18e38054 Enable PDF build 2022-04-27 21:03:26 +08:00

View File

@ -34,19 +34,22 @@ jobs:
- name: Build HTML documentaiton
run: make html
#- name: Install TinyTeX
# uses: r-lib/actions/setup-tinytex@v1
- name: Install TinyTeX
uses: r-lib/actions/setup-tinytex@v2
#- name: Install LaTeX packages
# run: |
# tlmgr install tabulary latexmk ulem environ trimspaces titlesec \
# varwidth framed threeparttable wrapfig upquote capt-of \
# multirow eqparbox needspace fncychap letltxmacro
- name: Install LaTeX packages
run: |
tlmgr update --self
tlmgr install --repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/ \
tabulary latexmk ulem environ trimspaces titlesec \
varwidth framed threeparttable wrapfig upquote capt-of \
multirow eqparbox needspace fncychap letltxmacro parskip \
fancyhdr hypcap
#- name: Build PDF documentaiton
# run: |
# make latexpdf
# cp build/latex/Makefile.pdf build/html/
- name: Build PDF documentaiton
run: |
make latexpdf
cp build/latex/Makefile.pdf build/html/
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305