collapse hugo command line

This commit is contained in:
John Bowdre 2024-01-21 15:12:41 -06:00
parent 56755531bf
commit dc6618b949

View file

@ -36,9 +36,7 @@ jobs:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify
run: hugo --minify
- name: Insert 404 page
run: |
cp public/not_found/index.html public/not_found.html