7 lines
64 B
Bash
Executable file
7 lines
64 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rm -rf public/
|
|
|
|
hugo -vDEF --gc $@
|