update to Hugo v0.74.3
parent
82a244a835
commit
9d6472bdbe
|
@ -18,7 +18,7 @@ steps:
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.72.0-ext-alpine
|
image: klakegg/hugo:0.74.3-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
|
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
|
||||||
- hugo-official -s exampleSite/ -b http://localhost/
|
- 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
|
- 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
|
- name: build
|
||||||
image: klakegg/hugo:0.72.0-ext-alpine
|
image: klakegg/hugo:0.74.3-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s exampleSite/
|
- hugo-official -s exampleSite/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
* BUGFIX
|
- INTERNAL
|
||||||
* fix mermaid default font
|
- upgrade CI pipeline to use Hugo v0.74.3
|
||||||
* ENHANCEMENT
|
|
||||||
* add surrounding div with class `gdoc-include` to include shortcode
|
|
||||||
|
|
Loading…
Reference in New Issue