deploy.sh 247 B

1234567891011
  1. #!/bin/bash
  2. set -euo pipefail
  3. SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
  4. cd "$SCRIPT_DIR"
  5. python build.py
  6. rsync --delete --archive --stats --progress --human-readable book/html/ shark.fish:numbat.dev/doc/