9 lines
126 B
Bash
Executable file
9 lines
126 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
source ./scripts/common.sh
|
|
|
|
./scripts/build.sh
|
|
|
|
hugo server --noHTTPCache --disableFastRender --gc
|