compose/script/build-docs
2014-02-24 18:35:06 +00:00

6 lines
64 B
Bash
Executable File

#!/bin/bash
set -ex
pushd docs
fig run jekyll jekyll build
popd