5 lines
56 B
Bash
5 lines
56 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -rf public
|
||
|
hugo build --minify
|