6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
GOMAXPROCS=1 hugo --cacheDir /tmp/hugo_kindrobot
|