From b5bdaa6cebc93960394d1bd51d5054332a3aaf1f Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 19 Jan 2019 12:52:47 -0500 Subject: [PATCH] Fix Jazzy root-url --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78951d2..2cb77c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ jobs: --theme fullwidth \ --output output \ --readme README.md \ - --root-url https://Path.swift.github.io/ \ + --root-url https://mxcl.github.io/Path.swift/ \ --github_url https://github.com/mxcl/Path.swift deploy: provider: pages