Skip to content

Commit

Permalink
docs: config for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 24, 2023
1 parent d287638 commit 53173b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install mdbook-epub
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down
5 changes: 4 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ cname = "aigc.phodal.com"

# cargo install mdbook-epub
# mdbook-epub --standalone ./path/to/book/dir
[output.epub]
[output.epub]

# cargo install mdbook-pdf
#[output.pdf]

0 comments on commit 53173b8

Please sign in to comment.