fix: 修正编译环境错误

This commit is contained in:
Zhicheng WANG 2019-01-02 18:13:10 +08:00
parent e6c232349f
commit f6b39ac52e

View File

@ -16,9 +16,9 @@ then
git clone git@github.com:ng-docs/ng-docs.github.io.git ./ng-docs.github.io
fi
cd ./ng-docs.github.io
cp -r dist/* ./ng-docs.github.io
cp -r dist/* .
cd ./ng-docs.github.io
git add .
git commit --allow-empty -am "${commitMessage}"