From d8d22aa4eb956a0f4f4acdbd600d7b0bf0480270 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:40:03 +0200 Subject: [PATCH] Make release workflow build the docs --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c10309d..8efab68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,8 +60,9 @@ jobs: - name: Run tests run: xvfb-run npm test - - name: Run build - run: npm run build + # Building the docs also builds the core library + - name: Build everything + run: npm run docs:build - name: Upload build artifacts env: