We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffd3dd commit f90c018Copy full SHA for f90c018
.travis.yml
@@ -4,9 +4,8 @@ node_js:
4
script:
5
- npm install -g documentation jsdoc
6
- documentation build api/ -c documentation.yml
7
- --project-name "SinusBot Scripting Engine" --project-version " "
+ --project-name "SinusBot Scripting Engine" --project-version " " --favicon "/favicon.ico"
8
--shallow -f html -o documentation
9
-- sed -f apply_favicon.sed -i documentation/index.html
10
- jsdoc -c config.json || true
11
- cp tsd/types.d.ts documentation
12
deploy:
apply_favicon.sed
0 commit comments