We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5427ce commit 8068e77Copy full SHA for 8068e77
.github/workflows/publish-documentation.yml
@@ -1,9 +1,6 @@
1
name: Publish documentation
2
3
on:
4
- push:
5
- branches:
6
- - main
7
workflow_dispatch:
8
9
jobs:
.github/workflows/test.yml
@@ -55,4 +55,9 @@ jobs:
55
env:
56
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
57
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
58
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ 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
0 commit comments