This commit is contained in:
@@ -2,8 +2,8 @@ steps:
|
|||||||
cloneAndBuild:
|
cloneAndBuild:
|
||||||
image: ghcr.io/gohugoio/hugo:v0.159.2
|
image: ghcr.io/gohugoio/hugo:v0.159.2
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
|
# - git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
|
||||||
# - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'
|
- git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user