mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-06 01:19:50 -06:00
💚 Fix CI installs and tests (#2)
This commit is contained in:
committed by
GitHub
parent
ed0d6701dd
commit
7f8a1a5e3c
9
scripts/zip-docs.sh
Normal file
9
scripts/zip-docs.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
if [ -f docs.zip ]; then
|
||||
rm -rf docs.zip
|
||||
fi
|
||||
zip -r docs.zip ./site
|
||||
Reference in New Issue
Block a user