typer/scripts/zip-docs.sh
2022-12-16 22:29:08 +04:00

11 lines
115 B
Bash

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