Skip to content

Commit 1a76312

Browse files
authored
travis: fixed path of favicon dest
1 parent 7e8aa52 commit 1a76312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
- ./vendor/bin/phpcbf --standard=PSR2 src
1010
- php vendor/bin/phpdoc -d src -t docs --ignore vendor/,docs/,examples/
1111
# add the SinusBot favicon
12-
- wget -q -O images/favicon.ico https://sinusbot.github.io/favicon.ico
12+
- wget -q -O docs/images/favicon.ico https://sinusbot.github.io/favicon.ico
1313
deploy:
1414
provider: pages
1515
github-token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)