ci: use Hugo 0.83.1
parent
8df82947b7
commit
82419c6d34
|
@ -17,7 +17,7 @@ steps:
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||||
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/
|
||||||
|
@ -189,7 +189,7 @@ steps:
|
||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s exampleSite/
|
- hugo-official -s exampleSite/
|
||||||
|
|
||||||
|
@ -270,6 +270,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: d1c4573ebbf3d02675d9801b0f15aa767422640c2eed98e20db44c96e11e3f9a
|
hmac: 94350b9d55d9bb4b841fc6fd2b10b9a7589c416371b5693aa1e99ffd9171634f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue