This commit is contained in:
OCram85 2021-12-23 14:28:08 +01:00
parent 48c26cf822
commit dfc44f2385
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
- name: "Hugo test build"
image: klakegg/hugo:0.91.0-ext-ubuntu
commands:
- hugo --fgc --minify
- hugo --gc --minify
---
kind: pipeline