From f2f51adff01f1e545bc925ebf7b778576b038712 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 Jan 2020 23:35:34 +0100 Subject: [PATCH] fix git base url --- .drone.yml | 5 ++++- exampleSite/config.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c0bd313..2be0984 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,9 @@ trigger: kind: pipeline name: docs +concurrency: + limit: 1 + platform: os: linux arch: amd64 @@ -164,6 +167,6 @@ depends_on: --- kind: signature -hmac: 682a950289f296ee8f25875e689221b051cc796a364175b9c3b0e45d9972a4d6 +hmac: eef2b2526b9f0ab9bacb8d8e1689ab69191f91a2069e6fbd0bc4372697a6e782 ... diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index c5b9a83..fd95bbc 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -38,7 +38,7 @@ params: # Set source repository location. # Used for 'Last Modified' and 'Edit this page' links. - GeekdocRepo: https://github.com/xoxys/hugo-geeekdoc + GeekdocRepo: https://github.com/xoxys/hugo-geekdoc # Enable "Edit this page" links for 'doc' page type. # Disabled by default. Uncomment to enable. Requires 'GeekdocRepo' param.