This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: hugomods/hugo:ci
|
image: hugomods/hugo:debian-ci-0.146.0
|
||||||
commands:
|
commands:
|
||||||
- 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`);'
|
||||||
- cd docs
|
- cd docs
|
||||||
- hugo mod get -u github.com/divinerites/plausible-hugo
|
- hugo mod get -u github.com/divinerites/plausible-hugo
|
||||||
- hugo mod get -u github.com/McShelby/hugo-theme-relearn@7.3.1
|
- hugo mod get -u github.com/McShelby/hugo-theme-relearn@8.2.0
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user