Skip to content

Commit 4b3a050

Browse files
authored
Merge pull request #172 from juvenn/feat/auto-doc
Update doc when release
2 parents 8b6af96 + 9da6de9 commit 4b3a050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ test:
44

55
release:
66
./release.sh $V
7+
make doc
78

89
doc:
9-
vendor/bin/apigen generate --source src --destination docs
10+
@rm -r docs
11+
@php5.6 vendor/bin/apigen generate --source src --destination docs
1012

1113
test_engine:
1214
php -S ${LEANCLOUD_APP_HOST}:${LEANCLOUD_APP_PORT} test/engine/index.php

0 commit comments

Comments
 (0)