Skip to content

Commit 6a2c1df

Browse files
committed
ci: update workflow
1 parent 585c13d commit 6a2c1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/generate-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: mkdir -p docs
2626

2727
- name: Generate HTML from OpenAPI YAML
28-
run: redocly build-docs ./api/latest.yaml -o ./docs/index.html
28+
run: redocly build-docs ./api/latest.json -o ./docs/index.html
2929

3030
- name: Commit and push changes
3131
run: |

0 commit comments

Comments
 (0)