update hugo to v0.72
This commit is contained in:
parent
048f98fd22
commit
b839055082
1 changed files with 5 additions and 4 deletions
|
@ -18,10 +18,11 @@ steps:
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: klakegg/hugo:0.69.0-ext-alpine
|
image: klakegg/hugo:0.72.0-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd exampleSite/
|
- cd exampleSite/
|
||||||
- mkdir themes/ && ln -s ../../. themes/hugo-geekdoc && hugo-official -b http://localhost/
|
- mkdir themes/ && ln -s /drone/src/. themes/hugo-geekdoc
|
||||||
|
- hugo-official -b http://localhost/
|
||||||
|
|
||||||
- name: spellcheck
|
- name: spellcheck
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
|
@ -102,7 +103,7 @@ steps:
|
||||||
- curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1
|
- curl -L 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.69.0-ext-alpine
|
image: klakegg/hugo:0.72.0-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd exampleSite/ && hugo-official
|
- cd exampleSite/ && hugo-official
|
||||||
|
|
||||||
|
@ -168,6 +169,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6d920a9019c2478a391c98d207313ff77782c987f3869e9410d8174146fd07ef
|
hmac: e490a6b965b1b70d9807afd59d38aab1fc425dbb95e71e335bfd3bdf2ad54ef8
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue