This website requires JavaScript.
Explore
Help
Sign In
happyz
/
fastapi
mirror of
https://github.com/tiangolo/fastapi.git
Watch
1
Star
0
Fork
You've already forked fastapi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4dd386b807
fastapi
/
scripts
/
unzip-docs.sh
10 lines
98 B
Bash
Raw
Blame
History
#! /usr/bin/env bash
set
-x
set
-e
if
[
-d ./site/
]
;
then
rm -rf ./site/
fi
unzip docs.zip
Reference in New Issue
View Git Blame
Copy Permalink