update to Hugo v0.74.3

master
Robert Kaussow 2020-08-01 20:23:37 +02:00
parent 82a244a835
commit 9d6472bdbe
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 6 deletions

View File

@ -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/

View File

@ -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