Skip to content

Commit d6d6bf1

Browse files
authored
fix: use root path for overlay doc (#53)
1 parent 1ceee21 commit d6d6bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
openapi_docs: |
2727
- https://raw.githubusercontent.com/Unstructured-IO/unstructured-api/main/openapi.json
2828
overlay_docs: |
29-
- ../../overlay_client.yaml
29+
- ./overlay_client.yaml
3030
publish_python: true
3131
speakeasy_version: latest
3232
secrets:

0 commit comments

Comments
 (0)