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