mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
Update deploy-gh-pages.sh
This commit is contained in:
parent
b8fe7a4438
commit
ed8b3a4a20
@ -1,18 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf gh-pages
|
|
||||||
|
|
||||||
echo "Cloning"
|
|
||||||
git clone -b gh-pages --depth=1 https://$GH_TOKEN@github.com/baidu/amis.git gh-pages
|
|
||||||
rm -rf gh-pages/*
|
|
||||||
|
|
||||||
echo "building"
|
echo "building"
|
||||||
node ./scripts/generate-search-data.js
|
node ./scripts/generate-search-data.js
|
||||||
|
|
||||||
npm run build-schemas
|
npm run build-schemas
|
||||||
|
|
||||||
fis3 release gh-pages -c
|
./node_modules/.bin/fis3 release gh-pages -c
|
||||||
|
|
||||||
# 拷贝一份兼容之前的访问路径
|
# 拷贝一份兼容之前的访问路径
|
||||||
cp -r gh-pages/zh-CN/docs/* gh-pages/docs/
|
cp -r gh-pages/zh-CN/docs/* gh-pages/docs/
|
||||||
@ -27,20 +22,3 @@ mv sdk.tar.gz gh-pages/
|
|||||||
|
|
||||||
# 加这个 github page 就不会忽略下划线开头的文件
|
# 加这个 github page 就不会忽略下划线开头的文件
|
||||||
touch gh-pages/.nojekyll
|
touch gh-pages/.nojekyll
|
||||||
|
|
||||||
# 不走 cdn 了
|
|
||||||
# node ./scripts/upload2cdn.js $1 $2
|
|
||||||
|
|
||||||
echo "pushing"
|
|
||||||
|
|
||||||
cd gh-pages
|
|
||||||
|
|
||||||
git config user.email "liaoxuezhi@icloud.com"
|
|
||||||
git config user.name "liaoxuezhi"
|
|
||||||
|
|
||||||
git add . -A
|
|
||||||
git commit --allow-empty -m "自动同步 gh-pages"
|
|
||||||
|
|
||||||
git push --tags https://$GH_TOKEN@github.com/baidu/amis.git gh-pages
|
|
||||||
|
|
||||||
echo "done"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user