update to Hugo v0.74.3
parent
82a244a835
commit
9d6472bdbe
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue