From 7c71b697e7b0ac6ccb8227e3557199422bc18a47 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 24 Jul 2018 11:07:11 +0100 Subject: [PATCH] Fix typo in Giles config Signed-off-by: Stuart Mumford --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61f77ec6..b53982b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,6 @@ url = "gen/index.html" message = "Click details to preview the HTML documentation." - [ tool.giles.circleci_artifacts.random ] + [ tool.giles.circleci_artifacts.swagger ] url = "client-server/index.html" message = "Click to preview the swagger build."