fix hugo build commands
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-03 23:32:36 +02:00
parent 80b717d44a
commit 1447f55494
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ steps:
- name: testbuild
image: klakegg/hugo:0.72.0-ext-alpine
commands:
- hugo-official -s -b http://localhost/
- hugo-official -b http://localhost/
- name: link-validation
image: xoxys/link-validator
@ -54,7 +54,7 @@ steps:
- name: build
image: klakegg/hugo:0.72.0-ext-alpine
commands:
- hugo-official -s
- hugo-official
- name: beautify
image: node:lts-alpine
@ -87,6 +87,6 @@ trigger:
---
kind: signature
hmac: cb0d9598b00cadc0cfa589e07fdc48e589501ebc3501255230a014b942443d58
hmac: 13fb799be60763dc9fc6a09e551c5cf041f21abe344fbc770502cfc61add8c75
...