1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-13 11:49:48 +08:00

Add pdf/doc generate in the workflow

Initial try.
This commit is contained in:
Zhang Fuxin
2021-10-31 11:36:58 +08:00
parent 00dfafd62a
commit e83f206b5d
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
all:
all: html pdf doc
echo "done"
html:
Rscript -e 'bookdown::render_book()'
pdf: