Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 9212715

Browse files
committed
Don't cd at all apparently?
1 parent 137ab84 commit 9212715

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-openapi-spec.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
tsp compile .
3131
- name: Commit OpenAPI specification to repository
3232
run: |
33-
cd ../
34-
tree -L 2
3533
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./build/core-openapi3.yaml
3634
git add ./build/*
3735
git commit -m "[bot]update openapi3 schema"

0 commit comments

Comments
 (0)