Skip to content

Commit

Permalink
add doc build test
Browse files Browse the repository at this point in the history
  • Loading branch information
sammrai committed Dec 2, 2023
1 parent 040f2a5 commit 9e9a791
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ jobs:
run: yarn lint

- name: Run compile 🏗️
run: yarn compile
run: yarn compile

- name: Doc build test
run: npx @redocly/cli build-docs ./src/openapi.yaml

0 comments on commit 9e9a791

Please sign in to comment.