From 8ebf16d16291425a994c4ab42f648c5c7c013de2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 3 Jan 2021 22:13:59 +0100 Subject: [PATCH] update to hugo v0.80 in ci --- .drone.yml | 6 +++--- LICENSE | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 41c1c17..43ad51f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.80.0-ext-alpine-ci commands: - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - hugo-official -s exampleSite/ -b http://localhost/ @@ -167,7 +167,7 @@ steps: - curl -sSL https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1 - name: build - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.80.0-ext-alpine-ci commands: - hugo-official -s exampleSite/ @@ -254,6 +254,6 @@ depends_on: --- kind: signature -hmac: 21a75fed2d451c36e7a25f274ce6264bd47f80d71d8637eb887ffa50afc3e5c7 +hmac: 20af3b31e76916be77171ae6826ca58e084408f7ae5ee98580fc05c990f1d72f ... diff --git a/LICENSE b/LICENSE index 4675d23..5fd32c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2021 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 in