0
1
Fork 0
textfiles/bin/build-staging.sh

3 lines
58 B
Bash
Executable File

#!/bin/sh
PATH=$PWD:$PATH hugo --environment=staging "$@"