Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Dec 24, 2021
1 parent 2f9952d commit d6f0887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-gitbook.sh
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit d6f0887

Please sign in to comment.