1 Star 0 Fork 0

蘑菇/蘑菇笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
蘑菇 提交于 2023-12-21 23:46 . [update]: 修正构建静态页脚本
#!/bin/bash
# 拉取最新代码
git pull
# 检查Git pull命令的返回值,如果失败则退出脚本
if [ $? -ne 0 ]; then
echo "Git拉取失败,请检查您的配置和网络连接。"
exit 1
fi
# 运行npm run build
npm run build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kinokoyoo/mushroom-notes.git
git@gitee.com:kinokoyoo/mushroom-notes.git
kinokoyoo
mushroom-notes
蘑菇笔记
master

搜索帮助