Don't minify website

This commit is contained in:
BBaoVanC 2021-06-02 15:40:15 -05:00
parent cd8f4e2ebd
commit a598533057
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
image: bbaovanc/hugo image: bbaovanc/hugo
commands: commands:
- hugo version - hugo version
- hugo --minify - hugo
- name: compress - name: compress
image: bbaovanc/compression:latest image: bbaovanc/compression:latest