compose/script/build-docs
Aanand Prasad 620e29b63f Rename binary to docker-compose and config file to docker-compose.yml
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-01-20 21:00:23 +00:00

6 lines
80 B
Bash
Executable File

#!/bin/bash
set -ex
pushd docs
docker-compose run --rm jekyll jekyll build
popd