fastapi/scripts/unzip-docs.sh

10 lines
98 B
Bash

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