Compare commits

...

9 Commits

Author SHA1 Message Date
Dongdong Tian
c8a72fd0ca
Update .github/workflows/deploy.yml 2022-04-27 21:44:28 +08:00
Dongdong Tian
b31b793abe Merge branch 'main' into fix-pdf-build 2022-04-27 21:01:44 +08:00
Dongdong Tian
cba6c26fde
Update deploy.yml 2022-03-17 09:24:51 +08:00
Dongdong Tian
d97518d9f2
Update deploy.yml 2022-03-17 09:22:31 +08:00
Dongdong Tian
7f89f1f778
Update deploy.yml 2022-03-17 09:17:12 +08:00
Dongdong Tian
5547ffc8d4 Fix 2022-03-16 22:25:42 +08:00
Dongdong Tian
41801763ce Add texlive-xetex 2022-03-16 22:22:20 +08:00
Dongdong Tian
cf5abc0254 Add latexmk 2022-03-16 21:54:54 +08:00
Dongdong Tian
a51db0992d Fix PDF building 2022-03-16 21:50:13 +08:00

View File

@ -34,19 +34,14 @@ jobs:
- name: Build HTML documentaiton - name: Build HTML documentaiton
run: make html run: make html
#- name: Install TinyTeX - name: Install TeXLive
# uses: r-lib/actions/setup-tinytex@v1 run: |
sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
#- name: Install LaTeX packages - name: Build PDF documentaiton
# run: | run: |
# tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ make latexpdf
# varwidth framed threeparttable wrapfig upquote capt-of \ cp build/latex/Makefile.pdf build/html/
# multirow eqparbox needspace fncychap letltxmacro
#- name: Build PDF documentaiton
# run: |
# make latexpdf
# cp build/latex/Makefile.pdf build/html/
- name: Deploy documentation - name: Deploy documentation
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305