compose/script/build-docs

6 lines
57 B
Plaintext
Raw Normal View History

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