Add google download statistics
This commit is contained in:
parent
4f9481c59a
commit
d0c7c82a30
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ for f in $files ; do
|
|||
cp $GIT_SITE_DIR/$f $LOCAL_SITE_DIR/ -u;
|
||||
done
|
||||
|
||||
mkdir -p $LOCAL_SITE_DIR/resource;
|
||||
cp $GIT_SITE_DIR/resource/* $LOCAL_SITE_DIR/resource/ -u;
|
||||
mkdir -p $LOCAL_SITE_DIR/GoogleAnalytics;
|
||||
cp $GIT_SITE_DIR/GoogleAnalytics/* $LOCAL_SITE_DIR/GoogleAnalytics/ -u;
|
||||
|
||||
|
|
Loading…
Reference in a new issue