Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2021-05-21 10:33:14 +0300
committerRobert Kaussow <mail@geeklabor.de>2021-05-21 10:33:14 +0300
commitae421f0050c3ef95447ab867188ac6ff878a06d7 (patch)
tree02bed5d02c7eeca526a9161c944cbf32608bfc50 /.drone.yml
parentb81c040b99fe25ac2785b6eef3f77f4c71e39065 (diff)
cleanup ci
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 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
...