From 93bd24034b58e0cc6d1bcd0b6c20cea9a461bd06 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 16 Aug 2025 16:05:51 -0400 Subject: [PATCH] chore(ci): add `web` to generation matrix --- .github/workflows/generate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 76217751..7c1dc833 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -34,6 +34,8 @@ jobs: input: './node/doc/api/*.md' - target: legacy-html input: './node/doc/api/*.md' + - target: web + input: './node/doc/api/*.md' - target: llms-txt input: './node/doc/api/*.md' fail-fast: false