mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
8 lines
123 B
Bash
Executable file
8 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ./scripts/common.sh
|
|
|
|
./scripts/build.sh
|
|
|
|
hugo server --noHTTPCache --disableFastRender --gc $@
|