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:
138
138
kustomize edit set image \
139
139
rabbitmqoperator/messaging-topology-operator-dev=rabbitmqoperator/messaging-topology-operator:"${RELEASE_VERSION}"
140
140
popd
141
- make generate-manifests
142
- echo -n "messaging-topology-operator-with-certmanager-${{ steps.meta.outputs.version }}.yaml" > "latest-topology-operator-dev-manifest.txt"
143
141
144
142
- name : Upload operator manifests
145
143
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -26,11 +26,15 @@ jobs:
26
26
repository : ${{ github.repository }}.wiki
27
27
path : wiki
28
28
29
+ - name : Generate API reference
30
+ run : make -C messaging-topology-operator api-reference
31
+
29
32
- 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
30
34
run : |
31
35
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] "
34
38
# Add the versioned API Reference to the Wiki
35
39
cp ../messaging-topology-operator/docs/api/rabbitmq.com.ref.asciidoc ./API_Reference_${{ steps.get_version.outputs.VERSION }}.asciidoc
36
40
# Regenerate the ordered list of API Reference docs for the sidebar
You can’t perform that action at this time.
0 commit comments