clear cache
parent
dd8f8e1611
commit
e701e2208e
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
#gitbook install
|
||||
gitbook build
|
||||
rm _book/images/*
|
||||
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
|
||||
cp images/* _book/gitbook/images/
|
||||
|
|
Loading…
Reference in New Issue