Skip to content

Commit d705b20

Browse files
committed
Build with documentation
1 parent 4a80210 commit d705b20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
hexo clean
4+
my_dir=`dirname $0`
5+
$my_dir/addDocVersions.sh master
6+
7+
hexo generate

0 commit comments

Comments
 (0)