mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
ci: update hugo to v0.93.2
This commit is contained in:
parent
6d74fdd61d
commit
8cc539af60
10
.drone.yml
10
.drone.yml
@ -26,10 +26,10 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
||||||
- hugo -s exampleSite/ -b http://localhost/
|
- hugo --panicOnWarning -s exampleSite/ -b http://localhost/
|
||||||
|
|
||||||
- name: html-validation
|
- name: html-validation
|
||||||
image: thegeeklab/vnu
|
image: thegeeklab/vnu
|
||||||
@ -203,9 +203,9 @@ steps:
|
|||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- hugo -s exampleSite/
|
- hugo --panicOnWarning -s exampleSite/
|
||||||
|
|
||||||
- name: beautify
|
- name: beautify
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
@ -285,6 +285,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 281ff2f1156c56a0aaecc0e0bc11a85b84ed73cad76520c1494f25194b1c293d
|
hmac: 81346082b0ec800862167cfbe219ed2369e774b0fa15371febc103b0d30f9f09
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user