prepare_docs_directory.sh 87 B

12345678
  1. #!/bin/sh
  2. set -exu
  3. DOCS_DIRECTORY="$BASE_DIRECTORY/docs"
  4. mkdir -p "$DOCS_DIRECTORY"