typer/scripts/zip-docs.sh

9 lines
108 B
Bash

#! /usr/bin/env bash
set -x
set -e
if [ -f docs.zip ]; then
rm -rf docs.zip
fi
zip -r docs.zip ./site