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 586f40a commit add7344Copy full SHA for add7344
.github/workflows/docs.yml
@@ -46,6 +46,12 @@ jobs:
46
- name: Install MkDocs
47
run: pip install mkdocs-material mkdocs-mermaid2-plugin mkdocs-swagger-ui-tag
48
49
+ - name: Download OpenAPI spec
50
+ run: |
51
+ curl -s https://api.integr8scode.cc/openapi.json | \
52
+ jq '. + {servers: [{url: "https://api.integr8scode.cc", description: "Production"}]}' \
53
+ > docs/reference/openapi.json
54
+
55
- name: Build documentation
56
run: mkdocs build --strict
57
0 commit comments