7 lines
105 B
Bash
Executable file
7 lines
105 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
bash ./scripts/build.sh
|
|
|
|
hugo server --noHTTPCache --disableFastRender --gc
|