Skip to content

Commit

Permalink
change server path
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <git@arra.red>
  • Loading branch information
quentinguidee committed Mar 3, 2024
1 parent 077f1d4 commit 24936a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:

- name: Generate openapi.yaml
run: |
cd vertex
cd vertex/server
go run ./cmd/openapi
cd ..
cd ../..
rm -rf openapi/*.yaml
cp -r vertex/openapi/. openapi/
cp -r vertex/server/openapi/. openapi/
- name: Commit and push changes if needed
run: |
Expand Down

0 comments on commit 24936a9

Please # to comment.