Proper target repo setup for mkdocs deploy
This commit is contained in:
parent
96eb746f18
commit
d875c9f5b9
|
@ -27,7 +27,8 @@ deploy:
|
||||||
local_dir: build/docs
|
local_dir: build/docs
|
||||||
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
||||||
target_branch: master
|
target_branch: master
|
||||||
project_name: LibreTime/LibreTime.github.io
|
repo: LibreTime/LibreTime.github.io
|
||||||
|
project_name: LibreTime
|
||||||
fqdn: libretime.org
|
fqdn: libretime.org
|
||||||
name: R. LibreTime DocBot
|
name: R. LibreTime DocBot
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue