1 Star 0 Fork 0

Jerry K / g0ngjie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry K 提交于 2022-02-24 13:07 . deploy
#!/bin/bash
rm -rf public
git submodule update --remote --merge
hugo
git add .
git commit -m "deploy"
git push origin master
# 文档地址 https://hugodoit.pages.dev/zh-cn/categories/documentation/
HTML
1
https://gitee.com/g0ngjie/g0ngjie.git
git@gitee.com:g0ngjie/g0ngjie.git
g0ngjie
g0ngjie
g0ngjie
master

搜索帮助