File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ jobs:
3333 id : stage-spring-pulsar-docs
3434 shell : bash
3535 run : |
36- ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository
36+ ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:build :spring-pulsar-docs: publishAllPublicationsToDeploymentRepository
3737 echo "pwd = $(pwd)"
3838 echo "-PdeploymentRepository=$(pwd)/deployment-repository"
3939 echo "deployRepo=$(pwd)/deployment-repository" >> $GITHUB_OUTPUT
40+ echo "ls -R $(pwd)/deployment-repository"
41+ ls -R $(pwd)/deployment-repository
4042 - name : Publish Staged spring-pulsar-docs to Artifactory
4143 uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
4244 with :
You can’t perform that action at this time.
0 commit comments