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 # For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production HUGO_ENVIRONMENT: production
HUGO_ENV: production HUGO_ENV: production
run: | run: hugo --minify
hugo \
--minify
- name: Insert 404 page - name: Insert 404 page
run: | run: |
cp public/not_found/index.html public/not_found.html cp public/not_found/index.html public/not_found.html