Skip to content

Commit 66cca19

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

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,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:

0 commit comments

Comments
 (0)