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.
rust-course/build-gh-pages.sh

12 lines
270 B

###
# @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/