File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ jobs:
138138 kustomize edit set image \
139139 rabbitmqoperator/messaging-topology-operator-dev=rabbitmqoperator/messaging-topology-operator:"${RELEASE_VERSION}"
140140 popd
141- make generate-manifests
142- echo -n "messaging-topology-operator-with-certmanager-${{ steps.meta.outputs.version }}.yaml" > "latest-topology-operator-dev-manifest.txt"
143141
144142 - name : Upload operator manifests
145143 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -26,11 +26,15 @@ jobs:
2626 repository : ${{ github.repository }}.wiki
2727 path : wiki
2828
29+ - name : Generate API reference
30+ run : make -C messaging-topology-operator api-reference
31+
2932 - name : Push to wiki
33+ # User and email as documented here: https://github.com/marketplace/actions/checkout#push-a-commit-using-the-built-in-token
3034 run : |
3135 cd wiki
32- git config --local user.email "github-actions@ github.com"
33- git config --local user.name "github-actions"
36+ git config --local user.email "41898282+ github-actions[bot]@users.noreply. github.com"
37+ git config --local user.name "github-actions[bot] "
3438 # Add the versioned API Reference to the Wiki
3539 cp ../messaging-topology-operator/docs/api/rabbitmq.com.ref.asciidoc ./API_Reference_${{ steps.get_version.outputs.VERSION }}.asciidoc
3640 # Regenerate the ordered list of API Reference docs for the sidebar
You can’t perform that action at this time.
0 commit comments