File tree Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 11name : Publish documentation
22
3- on : workflow_dispatch
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - src/docs/**
9+ - /src/test/java/com/rabbitmq/stream/docs/*
10+ workflow_dispatch :
411
512jobs :
613 build :
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/stream/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/stream/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/stream/docs/*'
11+ - pom.xml
12+ - ci/**
713 workflow_dispatch :
814
915jobs :
5864 MAVEN_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
5965 MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN }}
6066 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
61- - name : Publish Documentation
62- run : |
63- git config user.name "rabbitmq-ci"
64- git config user.email "[email protected] " 65- ci/publish-documentation-to-github-pages.sh
You can’t perform that action at this time.
0 commit comments