Fix docs example
This commit is contained in:
parent
3733cd3a55
commit
f4e75f3a57
@ -46,7 +46,7 @@ t = Template(;
|
|||||||
CodeCov(; config_file=nothing),
|
CodeCov(; config_file=nothing),
|
||||||
Coveralls(),
|
Coveralls(),
|
||||||
AppVeyor(),
|
AppVeyor(),
|
||||||
GitHubPages(; assets=[joinpath(homedir(), "invenia.css")]),
|
GitHubPages(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
generate("MyPkg", t; force=true, ssh=true)
|
generate("MyPkg", t; force=true, ssh=true)
|
||||||
|
Loading…
Reference in New Issue
Block a user