build-docs 69 B

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