1
0

build-docs 57 B

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