Compare commits
9 Commits
main
...
fix-pdf-bu
Author | SHA1 | Date | |
---|---|---|---|
|
1fa12ccd68 | ||
|
4be6cebaac | ||
|
ec56f8171b | ||
|
762828c77b | ||
|
01df7d7899 | ||
|
5d797bb179 | ||
|
f3fd2f252a | ||
|
b89887882a | ||
|
bd18e38054 |
25
.github/workflows/deploy.yml
vendored
25
.github/workflows/deploy.yml
vendored
@ -34,19 +34,22 @@ jobs:
|
|||||||
- name: Build HTML documentaiton
|
- name: Build HTML documentaiton
|
||||||
run: make html
|
run: make html
|
||||||
|
|
||||||
#- name: Install TinyTeX
|
- name: Install TinyTeX
|
||||||
# uses: r-lib/actions/setup-tinytex@v1
|
uses: r-lib/actions/setup-tinytex@v2
|
||||||
|
|
||||||
#- name: Install LaTeX packages
|
- name: Install LaTeX packages
|
||||||
# run: |
|
run: |
|
||||||
# tlmgr install tabulary latexmk ulem environ trimspaces titlesec \
|
tlmgr update --self
|
||||||
# varwidth framed threeparttable wrapfig upquote capt-of \
|
tlmgr install --repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/ \
|
||||||
# multirow eqparbox needspace fncychap letltxmacro
|
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
|
- name: Build PDF documentaiton
|
||||||
# run: |
|
run: |
|
||||||
# make latexpdf
|
make latexpdf
|
||||||
# cp build/latex/Makefile.pdf build/html/
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user