File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 11name : Publish documentation
22
33on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - src/main/java/com/rabbitmq/client/amqp
9+ - src/docs/**
10+ - src/test/java/com/rabbitmq/client/amqp/docs/*
411 workflow_dispatch :
512
613jobs :
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - main
7+ paths :
8+ - src/**
9+ - ' !src/docs/**'
10+ - ' !src/test/java/com/rabbitmq/client/amqp/docs/*'
11+ - pom.xml
12+ - ci/**
713
814jobs :
915 build :
Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9+ paths :
10+ - src/**
11+ - ' !src/docs/**'
12+ - ' !src/test/java/com/rabbitmq/client/amqp/docs/*'
13+ - pom.xml
14+ - ci/**
915 workflow_dispatch :
1016
1117jobs :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ paths :
8+ - src/**
9+ - ' !src/docs/**'
10+ - ' !src/test/java/com/rabbitmq/client/amqp/docs/*'
11+ - pom.xml
12+ - ci/**
713 workflow_dispatch :
814
915jobs :
5662 MAVEN_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
5763 MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN }}
5864 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
59- - name : Publish Documentation
60- run : |
61- git config user.name "rabbitmq-ci"
62- git config user.email "[email protected] " 63- ci/publish-documentation-to-github-pages.sh
You can’t perform that action at this time.
0 commit comments