Skip to content

MIECer/FZU-flying-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FZU-flying-book

欢迎来到福州大学飞跃手册!

提交方法:

git clone 到本地

git clone git@github.com:MIECer/FZU-flying-book.git

修改 ./docs 文件夹中的相关的.md 文件

提交文件过程

git add .
git commit -m"comment" # comment = comment
git push [a new branch]

部署过程

mkdocs gh-deploy --force