mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
remove docs generation
This commit is contained in:
@@ -56,15 +56,6 @@ git commit -am "update cdn link" --allow-empty >/dev/null
|
||||
echo "create new git tag"
|
||||
git tag $1 >/dev/null
|
||||
|
||||
|
||||
|
||||
echo "archive documentation"
|
||||
zip -r konva-v${new_version}-documentation.zip ./api/* >/dev/null
|
||||
rm -r ./api >/dev/null
|
||||
|
||||
echo "documentation is generated"
|
||||
echo "include konva-v${new_version}-documentation.zip into version in github"
|
||||
|
||||
cd ../konva
|
||||
git push >/dev/null
|
||||
git push --tags >/dev/null
|
||||
|
Reference in New Issue
Block a user