forked from IT-Syndikat/website
minify hugo outputs in production deployment
This commit is contained in:
parent
67f8944ef0
commit
15ff375a52
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Build website
|
||||
run: |
|
||||
hugo build
|
||||
hugo build --minify
|
||||
- name: Copy to server
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
Loading…
Add table
Reference in a new issue