GH-195 Fix profile for publish/deploying docs

This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
This commit is contained in:
Oleg Zhurakousky
2020-07-17 17:34:40 +02:00
parent 66383dd656
commit 320a071f58
9 changed files with 94 additions and 75 deletions

View File

@@ -24,11 +24,8 @@ releaser:
build-command: "./mvnw clean install -B -Pdocs {{systemProps}}"
deploy-command: "./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}"
deploy-guides-command: "./mvnw clean verify deploy -B -Pguides,integration -pl guides {{systemProps}}"
publish-docs-commands:
- "mkdir -p target"
- "wget https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/ghpages.sh -O target/gh-pages.sh"
- "chmod +x target/gh-pages.sh"
- "./target/gh-pages.sh -v {{version}} -c"
publish-docs-command: "./mvnw deploy -DskipTests -B -Pfast,deploy,docs {{systemProps}}"
generate-release-train-docs-command: "bash release_train.sh --retrieveversions --version {{version}} --ghpages --auto"
sagan:
update-sagan: true