minify
This commit is contained in:
parent
e11c78b3e3
commit
9caf7b637e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd blog
|
cd blog
|
||||||
hugo --baseURL https://mzhang.io
|
hugo --minify --baseURL https://mzhang.io
|
||||||
- upload: |
|
- upload: |
|
||||||
cd blog
|
cd blog
|
||||||
echo "mzhang.io ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzBZ+QmM4EO3Fwc1ZcvWV2IY9VF04T0H9brorGj9Udp" >> ~/.ssh/known_hosts
|
echo "mzhang.io ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzBZ+QmM4EO3Fwc1ZcvWV2IY9VF04T0H9brorGj9Udp" >> ~/.ssh/known_hosts
|
||||||
|
|
Loading…
Reference in a new issue