We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64022b4 commit 10acb77Copy full SHA for 10acb77
.semaphore/semaphore.yml
@@ -1,3 +1,4 @@
1
+### TODO: ignore gh_pages
2
version: v1.0
3
name: ms-phone
4
agent:
scripts/doc.sh
@@ -2,12 +2,13 @@
set -ex
5
+
6
# prepare docs
7
current_branch=`git rev-parse --abbrev-ref HEAD`
8
branch_name="docs"
9
git checkout -b $branch_name
10
cd ./schemas
-apidoc -i ../src/actions -v --debug -o ../docs
11
+../node_modules/.bin/apidoc -i ../src/actions -v --debug -o ../docs
12
cd ..
13
git config user.email "semaphore@makeomatic.co"
14
git config user.name "semaphore"
0 commit comments