1 Star 0 Fork 1

Easton/alinesno-framework-docs-templates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
Easton 提交于 2021-07-20 08:44 . fix:调整路径错误的问题
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 生成静态文件
yarn run build
# 进入生成的文件夹
cd docs/.vuepress/dist
#创建.nojekyll 防止Github Pages build错误
touch .nojekyll
git init
git add -A
git commit -m 'deploy'
git push -f "https://${access_token}@gitee.com/landonniao/alinesno-framework-docs-templates.git" master:gh-pages
cd -
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/eastonii/alinesno-framework-docs-templates.git
git@gitee.com:eastonii/alinesno-framework-docs-templates.git
eastonii
alinesno-framework-docs-templates
alinesno-framework-docs-templates
master

搜索帮助