1 Star 1 Fork 0

Ruibo Lu/rCore-Tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# 下面的 DEPLOY_DIR 目录需要关联到 https://github.com/rcore-os/rCore-Tutorial-deploy 远程仓库
# 随后可以通过 https://rcore-os.github.io/rCore-Tutorial-deploy 来访问
DEPLOY_DIR=../rCore-Tutorial-deploy/
# Build and copy
gitbook build
cp -r _book/* $DEPLOY_DIR
cd $DEPLOY_DIR || exit
CURRENT_TIME=$(date +"%Y-%m-%d %H:%m:%S")
# Commit and push
git add *
git commit -m "[Auto-deploy] Build $CURRENT_TIME"
git push origin master
cd - || exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingisoul/rCore-Tutorial.git
[email protected]:dingisoul/rCore-Tutorial.git
dingisoul
rCore-Tutorial
rCore-Tutorial
master

搜索帮助