mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
run linkchecker on webserver
This commit is contained in:
@@ -3,7 +3,10 @@ set -euxo pipefail
|
||||
main() {
|
||||
mdbook build
|
||||
|
||||
linkchecker book
|
||||
mdbook serve &
|
||||
sleep 1
|
||||
linkchecker http://localhost:3000
|
||||
kill $!
|
||||
}
|
||||
|
||||
main
|
||||
|
||||
@@ -96,7 +96,7 @@ $ # ^^^^
|
||||
|
||||
If `uucp` appears in the output. You are all set! Go to the [next section]. Otherwise, keep reading:
|
||||
|
||||
[next section]: ../verify.html
|
||||
[next section]: intro/install/verify.html
|
||||
|
||||
- Add yourself to the `uucp` group.
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@ Caskroom/tap` first and try again.
|
||||
|
||||
That's all! Go to the [next section].
|
||||
|
||||
[next section]: ../verify.html
|
||||
[next section]: intro/install/verify.html
|
||||
|
||||
@@ -59,4 +59,4 @@ instructions and make sure you install the right (32-bit or 64-bit) version of t
|
||||
|
||||
That's all! Go to the [next section].
|
||||
|
||||
[next section]: ../verify.html
|
||||
[next section]: intro/install/verify.html
|
||||
|
||||
Reference in New Issue
Block a user