1 Star 0 Fork 0

李晓策/fancy-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunface 提交于 2022-04-06 15:05 . rename Cook Rust -> Rusty Book
## this script deploys the static website of course.rs to github pages
## build static website for book
mdbook build
## copy CNAME info to book dir
cp ./assets/CNAME ./book/
## init git repo
cd book
git init
git config user.name "sunface"
git config user.email "cto@188.com"
git add .
git commit -m 'deploy'
git branch -M gh-pages
git remote add origin https://github.com/studyrs/rusty-book
## push to github pages
git push -u -f origin gh-pages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/li_xiaoce/fancy-rust.git
git@gitee.com:li_xiaoce/fancy-rust.git
li_xiaoce
fancy-rust
fancy-rust
main

搜索帮助