This commit is contained in:
colben 2022-11-25 11:47:24 +08:00
parent ab8978ba68
commit 30775e4366
2 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,7 @@
su - gitea su - gitea
cd /html cd /html
git clone https://git.colben.cn/colben/www.colben.cn.git git clone https://git.colben.cn/colben/www.colben.cn.git
cd www.colben.cn
hugo hugo
exit # 退出容器 exit # 退出容器
``` ```