Skip to content

Commit 09a3534

Browse files
committed
feat: point to new docs url
1 parent acc8559 commit 09a3534

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
def get_openapi_version():
4343
"""Get version from OpenAPI spec"""
4444
try:
45-
response = requests.get('https://api.reveng.ai/openapi.json', timeout=30)
45+
response = requests.get('https://docs.reveng.ai/openapi.json', timeout=30)
4646
response.raise_for_status()
4747
openapi_data = response.json()
4848
return openapi_data.get('info', {}).get('version')
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
generator: python
103103
generator-tag: 'v7.17.0'
104-
openapi-url: https://api.reveng.ai/openapi.json
104+
openapi-url: https://docs.reveng.ai/openapi.json
105105
config-file: config.yml
106106
template-dir: templates
107107
command-args: |
@@ -187,7 +187,7 @@ jobs:
187187
- **OpenAPI Spec Version**: \`${OPENAPI_VERSION}\`
188188
189189
### 🔧 Changes
190-
- Generated fresh SDK from [OpenAPI specification](https://api.reveng.ai/openapi.json)
190+
- Generated fresh SDK from [OpenAPI specification](https://docs.reveng.ai/openapi.json)
191191
- Updated package version to match OpenAPI spec version
192192
- All changes are auto-generated using openapi-generator
193193

0 commit comments

Comments
 (0)