We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa82b6 commit faf7037Copy full SHA for faf7037
1 file changed
.github/workflows/regenerate.yml
@@ -16,12 +16,15 @@ jobs:
16
curl -sL https://raw.githubusercontent.com/hotdata-dev/www.hotdata.dev/main/api/openapi.yaml \
17
-o openapi.yaml
18
19
+ - name: Clean existing source
20
+ run: rm -rf src/
21
+
22
- name: Generate client
23
run: |
24
npx @openapitools/openapi-generator-cli generate \
25
-i openapi.yaml \
26
-g python \
- -o generated/ \
27
+ -o . \
28
--additional-properties=packageName=hotdata,projectName=hotdata
29
30
- name: Create PR
0 commit comments