From a730acfcd270f92253265452e757bbbf8de7261a Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 7 Apr 2020 00:36:11 +0200 Subject: Remove robots.txt because that's not how it works --- .gitlab-ci.yml | 1 - robots.txt | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 robots.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 501cbd2..a02dc1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ pages: script: - mkdir public - cp index.html public - - cp robots.txt public artifacts: paths: - public diff --git a/robots.txt b/robots.txt deleted file mode 100644 index eb05362..0000000 --- a/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: -- cgit