7 lines
90 B
Shell
Executable file
7 lines
90 B
Shell
Executable file
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
rm -rf public/ # delete old generated files
|
|
|
|
hugo $(cat .hugo-params)
|