We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c975634 commit 536835cCopy full SHA for 536835c
.github/workflows/deploy-docs.yml
@@ -2,7 +2,7 @@ name: Deploy API Documentation
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, feature/clean-up-repo ]
6
paths:
7
- 'api/openapi.yaml'
8
- '.github/workflows/docs.yml'
api/openapi.yaml
@@ -17,7 +17,7 @@ servers:
17
description: GenAI Service (Local Development)
18
19
security:
20
- - bearerAuth: []
+ - bearerAuth: [] # test
21
22
23
# User Service Endpoints
0 commit comments