mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-05-15 15:48:36 +00:00
7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ./scripts/common.sh
|
|
|
|
./scripts/build.sh
|
|
|
|
hugo server --noHTTPCache --disableFastRender --gc $@
|