kubernetes-handbook/scripts/build-gitbook.sh

7 lines
151 B
Bash
Raw Normal View History

2019-07-25 16:58:57 +08:00
#!/bin/bash
#gitbook install
2019-07-25 16:58:57 +08:00
gitbook build
rm -rf _book/images
2019-07-25 16:58:57 +08:00
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
cp -r images _book/