mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
270 B
12 lines
270 B
|
1 year ago
|
|
||
|
|
###
|
||
|
|
# @Author: chenzhongsheng
|
||
|
|
# @Date: 2024-08-20 11:23:08
|
||
|
|
# @Description: Coding something
|
||
|
|
###
|
||
|
|
## build static website for docs
|
||
|
|
mdbook build -d docs
|
||
|
|
## copy CNAME info to docs dir
|
||
|
|
cp ./assets/CNAME ./docs/
|
||
|
|
cp ./assets/*.html ./docs/
|
||
|
|
cp ./assets/sitemap.xml ./docs/
|