mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-09 02:49:26 +08:00
update publish script
This commit is contained in:
@@ -9,7 +9,8 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
|
||||
rm -rf views;
|
||||
rm -f index.html;
|
||||
cp $CIRCLE_ARTIFACTS/dist/* ./ -r;
|
||||
git config --global user.name "CI";
|
||||
git config --global user.name "CircleCI";
|
||||
git add -A;
|
||||
git commit -a -m "daily build #$CIRCLE_SHA1";
|
||||
git push origin gh-pages;
|
||||
fi
|
||||
Reference in New Issue
Block a user