pull/456/head
Jimmy Song 2021-12-24 10:08:20 +08:00
parent 2f9952d538
commit d6f088726e
No known key found for this signature in database
GPG Key ID: CBA666E6EF8B2C3A
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#gitbook install
gitbook build
rm _book/images/*
rm -rf _book/images
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images
cp images/* _book/gitbook/images/
cp -r images _book/