mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 22:58:22 +00:00
12 lines
115 B
Bash
12 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 ./
|