mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
10 lines
76 B
Bash
10 lines
76 B
Bash
set -euxo pipefail
|
|
|
|
main() {
|
|
mdbook build
|
|
|
|
linkchecker book
|
|
}
|
|
|
|
main
|