Skip to content

Commit 5ed7c4e

Browse files
author
Faxbot Agent
committed
fix: create docs-build directory before generating OpenAPI spec
1 parent 95cd3a6 commit 5ed7c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: Generate OpenAPI spec
3232
run: |
33+
mkdir -p docs-build
3334
cd api
3435
python -c "
3536
import os, json, sys

0 commit comments

Comments
 (0)