Skip to content

Commit 10acb77

Browse files
committed
feat: test releasing
1 parent 64022b4 commit 10acb77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### TODO: ignore gh_pages
12
version: v1.0
23
name: ms-phone
34
agent:

scripts/doc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
set -ex
44

5+
56
# prepare docs
67
current_branch=`git rev-parse --abbrev-ref HEAD`
78
branch_name="docs"
89
git checkout -b $branch_name
910
cd ./schemas
10-
apidoc -i ../src/actions -v --debug -o ../docs
11+
../node_modules/.bin/apidoc -i ../src/actions -v --debug -o ../docs
1112
cd ..
1213
git config user.email "semaphore@makeomatic.co"
1314
git config user.name "semaphore"

0 commit comments

Comments
 (0)