compose/script/build-docs
Aanand Prasad f60621ee1b Move docs to master branch
- build with script/build-docs
- deploy with script/deploy-docs
2014-01-27 11:51:15 +00:00

6 lines
57 B
Bash
Executable File

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