build-docs 64 B

12345
  1. #!/bin/bash
  2. set -ex
  3. pushd docs
  4. fig run jekyll jekyll build
  5. popd