Skip to content

Commit 1a13bb0

Browse files
authored
fix sdk gen failure (#115)
1 parent 1d10b09 commit 1a13bb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mintlify-overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ actions:
2626
update:
2727
type: "string"
2828
# Property describe is not valid in openapi spec and breaks mintlify generation
29-
- target: '$..[?(@.describe)]'
29+
- target: "$..schema.describe"
3030
remove: true

overlay.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ actions:
830830
- deployment.integration.action.cancel
831831
- deployment.integration.action.cleanup
832832
- deployment.checkrun.start
833+
- deployment.checkrun.cancel
833834
- edge-config.created
834835
- edge-config.deleted
835836
- edge-config.items.updated
@@ -899,6 +900,7 @@ actions:
899900
- deployment.integration.action.cancel
900901
- deployment.integration.action.cleanup
901902
- deployment.checkrun.start
903+
- deployment.checkrun.cancel
902904
- edge-config.created
903905
- edge-config.deleted
904906
- edge-config.items.updated
@@ -968,6 +970,7 @@ actions:
968970
- deployment.integration.action.cancel
969971
- deployment.integration.action.cleanup
970972
- deployment.checkrun.start
973+
- deployment.checkrun.cancel
971974
- edge-config.created
972975
- edge-config.deleted
973976
- edge-config.items.updated
@@ -1037,6 +1040,7 @@ actions:
10371040
- deployment.integration.action.cancel
10381041
- deployment.integration.action.cleanup
10391042
- deployment.checkrun.start
1043+
- deployment.checkrun.cancel
10401044
- edge-config.created
10411045
- edge-config.deleted
10421046
- edge-config.items.updated
@@ -1106,6 +1110,7 @@ actions:
11061110
- deployment.integration.action.cancel
11071111
- deployment.integration.action.cleanup
11081112
- deployment.checkrun.start
1113+
- deployment.checkrun.cancel
11091114
- edge-config.created
11101115
- edge-config.deleted
11111116
- edge-config.items.updated

0 commit comments

Comments
 (0)