From 2ac36d634ad629331f01c9e3a0d9394acda5ba83 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 21 Dec 2021 10:15:43 +0100 Subject: [PATCH] chore: end of the year maintenance --- .drone.jsonnet | 4 ++-- .drone.yml | 4 ++-- .prettierignore | 1 + LICENSE | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 4cb6120..c972de4 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -322,7 +322,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'thegeeklab/hugo:0.83.1', + image: 'thegeeklab/hugo:0.91.0', commands: [ 'hugo -s docs/ -b http://localhost/', ], @@ -339,7 +339,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'thegeeklab/hugo:0.83.1', + image: 'thegeeklab/hugo:0.91.0', commands: [ 'hugo -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 4453075..423fcbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -480,7 +480,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.83.1 + image: thegeeklab/hugo:0.91.0 commands: - hugo -s docs/ -b http://localhost/ @@ -492,7 +492,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: thegeeklab/hugo:0.83.1 + image: thegeeklab/hugo:0.91.0 commands: - hugo -s docs/ diff --git a/.prettierignore b/.prettierignore index 97e0b3e..23a4f05 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ .drone.yml *.tpl.md +LICENSE diff --git a/LICENSE b/LICENSE index 8e54586..3812eb4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Robert Kaussow +Copyright (c) 2022 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal