Skip to content

Commit 1aeeecc

Browse files
committed
testcommit
1 parent 74e5fea commit 1aeeecc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@ jobs:
9292
git config --local user.email "action@github.com"
9393
git config --local user.name "GitHub Action"
9494
git add docs/api-docs.md
95+
git rm docs/openapi.json
9596
git commit -m "Update API documentation"
9697
git push origin openapi-docs

docs/api-docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ result = RestClient.post '/api/v1/send_batch',
399399

400400
p JSON.parse(result)
401401

402+
402403
```
403404

404405
```java

0 commit comments

Comments
 (0)