submodules not getting updated
未关闭
- 主要语言
- Go
- 星标
- 206
- 派生
- 42
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
I've got an issue where the git plugin doesn't pull down updated submodules when the folder already exists. The plugin logs that the it pulled the new changes in but checking the hash and a known-changed file prove the update wasn't made. Below is my config:
```
domain.com, www.domain.com {
root /var/www/domains/domain.com/hugo/public
git {
repo https://github.com/barry-smithjr/domain.com.git
path ../
hook $PATH $PASSWORD
clone_args --recurse-submodules
then hugo --gc --minify --destination=/var/www/domains/domain.com/hugo/public
}
cache
gzip
log /var/www/domains/domain.com/logs/access.log
tls {
dns cloudflare
}
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。