Skip to content

Commit 536835c

Browse files
committed
trigger deploy
1 parent c975634 commit 536835c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy API Documentation
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, feature/clean-up-repo ]
66
paths:
77
- 'api/openapi.yaml'
88
- '.github/workflows/docs.yml'

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ servers:
1717
description: GenAI Service (Local Development)
1818

1919
security:
20-
- bearerAuth: []
20+
- bearerAuth: [] # test
2121

2222
paths:
2323
# User Service Endpoints

0 commit comments

Comments
 (0)