From 71ff06fd7ad72478c253691f8f1a816563161b1e Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Tue, 21 Dec 2021 16:44:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Remove=20leftover=20Circle?= =?UTF-8?q?CI=20config=20(#3579)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexandre Franke --- config-circleci.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config-circleci.toml diff --git a/config-circleci.toml b/config-circleci.toml deleted file mode 100644 index 6b448a7f..00000000 --- a/config-circleci.toml +++ /dev/null @@ -1,5 +0,0 @@ -# When serving the documentation via CircleCI, we need to use '/path/index.html' URLs instead -# of hugo's default of prettier '/path/' URLs. This is because CircleCI's artifacts webserver -# does not resolve '/path/' to '/path/index.html' like webservers often do. -# CircleCI discussion: https://discuss.circleci.com/t/circle-artifacts-com-not-using-index-html/320/3 -uglyURLs = true