Skip to content

Commit 53173b8

Browse files
committed
docs: config for ci
1 parent d287638 commit 53173b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
3838
rustup update
3939
cargo install --version ${MDBOOK_VERSION} mdbook
40+
41+
cargo install mdbook-epub
4042
- name: Setup Pages
4143
id: pages
4244
uses: actions/configure-pages@v3

book.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ cname = "aigc.phodal.com"
1414

1515
# cargo install mdbook-epub
1616
# mdbook-epub --standalone ./path/to/book/dir
17-
[output.epub]
17+
[output.epub]
18+
19+
# cargo install mdbook-pdf
20+
#[output.pdf]

0 commit comments

Comments
 (0)