mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-23 00:01:34 +00:00
10 lines
108 B
Bash
10 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
|