update
parent
2f9952d538
commit
d6f088726e
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#gitbook install
|
#gitbook install
|
||||||
gitbook build
|
gitbook build
|
||||||
rm _book/images/*
|
rm -rf _book/images
|
||||||
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
|
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
|
||||||
cp images/* _book/gitbook/images/
|
cp -r images _book/
|
||||||
|
|
Loading…
Reference in New Issue