Merge branch 'master' into renovate/thegeeklab-hugo-geekdoc-0.x
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Robert Kaussow 2021-05-15 16:35:50 +02:00
commit b37c9db9be

View File

@ -6,9 +6,6 @@ platform:
os: linux
arch: amd64
concurrency:
limit: 1
steps:
- name: generate
image: thegeeklab/alpine-tools
@ -74,14 +71,19 @@ steps:
source: public/
strip_prefix: public/
target: /${DRONE_REPO_NAME}
when:
ref:
- refs/heads/master
- refs/tags/**
trigger:
ref:
- refs/heads/master
- refs/tags/**
- refs/pull/**
---
kind: signature
hmac: d4dc1bff9acfc6117a3ef3069a8454fc351498fb1f6f0ad277994e33314cf596
hmac: a416ae3ffcf5ffed9a58acf9c240396478c2a3bb62d07d087fd34a3ab1fd853e
...