From 9e9a791383eefef35ba9cbbb1e7be3d389be9e0a Mon Sep 17 00:00:00 2001 From: saku Date: Sun, 3 Dec 2023 03:48:01 +0900 Subject: [PATCH] add doc build test --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9791e6d..cf2f4fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,7 @@ jobs: run: yarn lint - name: Run compile 🏗️ - run: yarn compile \ No newline at end of file + run: yarn compile + + - name: Doc build test + run: npx @redocly/cli build-docs ./src/openapi.yaml \ No newline at end of file