Skip to content

Commit f90c018

Browse files
committed
use new favicon flag instead of sed
1 parent 2ffd3dd commit f90c018

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ node_js:
44
script:
55
- npm install -g documentation jsdoc
66
- documentation build api/ -c documentation.yml
7-
--project-name "SinusBot Scripting Engine" --project-version " "
7+
--project-name "SinusBot Scripting Engine" --project-version " " --favicon "/favicon.ico"
88
--shallow -f html -o documentation
9-
- sed -f apply_favicon.sed -i documentation/index.html
109
- jsdoc -c config.json || true
1110
- cp tsd/types.d.ts documentation
1211
deploy:

apply_favicon.sed

-3
This file was deleted.

0 commit comments

Comments
 (0)