Skip to content

Commit

Permalink
fix: point towards moved files (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski authored Dec 6, 2024
1 parent 9dcbd61 commit 2b1f1db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
generator: ruby
command-args: -o out --api-name-suffix=' '
config-file: sdk-generator-config.json
openapi-file: resources/oas/bapi-2024-10-01.yml
config-file: out/sdk-generator-config.json
openapi-file: out/resources/oas/bapi-2024-10-01.yml
# openapi-url: https://raw.githubusercontent.com/clerk/openapi-specs/refs/heads/main/bapi/2024-10-01.yml
template-dir: resources/templates
template-dir: out/resources/templates

- name: Move generated files to root
run: |
Expand Down
3 changes: 0 additions & 3 deletions sdk-generator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@
"moduleName": "ClerkBackend"
}
}



0 comments on commit 2b1f1db

Please sign in to comment.