From ae421f0050c3ef95447ab867188ac6ff878a06d7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 21 May 2021 09:33:14 +0200 Subject: [PATCH] cleanup ci --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c168bf7..e2072b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,6 @@ steps: image: thegeeklab/hugo:0.83.1 commands: - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - - cp exampleSite/layouts/partials/head/custom.ci.html exampleSite/layouts/partials/head/custom.html - hugo -s exampleSite/ -b http://localhost/ - name: html-validation @@ -271,6 +270,6 @@ depends_on: --- kind: signature -hmac: e2ef57c014893437655882116e07f1b8ea211adf60aa479c52113df515f51b58 +hmac: 2c0c709a64128fd42c47d3549184ac29e2225be8de1953fa2e72b63aa0b7e871 ...