We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a80210 commit d705b20Copy full SHA for d705b20
build.sh
@@ -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