From 52bc141c145cb1c9bbdbf5b7464731d17be0eb09 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Mon, 9 Sep 2024 07:15:55 +0300 Subject: [PATCH] Revert "add robots.txt" This reverts commit d4c14618b0b2b11719d67a61b0636f8925350da6. --- .drone.yml | 3 +-- .quartz/robots.txt | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .quartz/robots.txt diff --git a/.drone.yml b/.drone.yml index be57ea8e..95d2d147 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,6 @@ steps: - cd /usr/src/app - cp ./content/.quartz/quartz.config.ts . - cp ./content/.quartz/quartz.layout.ts . - - cp ./content/.quartz/robots.txt ./content - npx quartz build - mv public /drone/src - name: publish to server @@ -54,6 +53,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: 7dcf055d9ffc3dce5216a071e6de13e029a09eef47b5d9c1078a323e0b86cd25 +hmac: f0242580342a4e8a52075fc770ff05987528783888bb326f14905fb04df6ade1 ... diff --git a/.quartz/robots.txt b/.quartz/robots.txt deleted file mode 100644 index beab3585..00000000 --- a/.quartz/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -User-agent: * -Disallow: - -Sitemap: https://garden.struchkov.dev/ru/sitemap.xml \ No newline at end of file