mirror of
				https://github.com/fastapi/sqlmodel.git
				synced 2025-10-31 18:15:44 +08: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 ./
 | 
