diff --git a/.drone.yml b/.drone.yml index 8ed4b77..9d5d30e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - hugo-official -s exampleSite/ -b http://localhost/ @@ -153,7 +153,7 @@ steps: - curl -sSL https://github.com/xoxys/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.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -s exampleSite/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5c792..473c47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,2 @@ -* BUGFIX - * fix mermaid default font -* ENHANCEMENT - * add surrounding div with class `gdoc-include` to include shortcode +- INTERNAL + - upgrade CI pipeline to use Hugo v0.74.3