Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f047f3f

Browse files
author
Corneil du Plessis
committed
Fix publish-docs
1 parent cfd189e commit f047f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "::notice ::set-package-version"
9191
./spring-cloud-dataflow-package/set-package-version.sh
9292
echo "::notice ::install"
93-
mvn -am -pl :spring-cloud-skipper-server-core assemble -DskipTests -T 1C
93+
mvn -am -pl :spring-cloud-skipper-server-core install -DskipTests -T 1C
9494
jfrog rt mvn -gs .github/settings.xml \
9595
-Pstagingrelease,full,deploymentfiles,asciidoctordocs,restdocs \
9696
-pl :spring-cloud-dataflow-classic-docs,:spring-cloud-dataflow-docs,:spring-cloud-skipper-docs \

0 commit comments

Comments
 (0)