Skip to content

Commit e9e991b

Browse files
committed
[CI] Use spring-io/deploy-artifactory-action for deploy-docs-adhoc.yml (take 5)
See #1330 Signed-off-by: onobc <[email protected]>
1 parent 66cca19 commit e9e991b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs-adhoc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
id: stage-spring-pulsar-docs
3434
shell: bash
3535
run: |
36-
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:build :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository
36+
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository \
37+
--rerun-tasks --no-build-cache \
38+
:spring-pulsar-docs:publishAllPublicationsToDeploymentRepository
3739
echo "pwd = $(pwd)"
3840
echo "-PdeploymentRepository=$(pwd)/deployment-repository"
3941
echo "deployRepo=$(pwd)/deployment-repository" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)