From 6c63653ab211f21c85939545c5697fd98952430b Mon Sep 17 00:00:00 2001 From: Gabriel <69007475+gkuznik@users.noreply.github.com> Date: Tue, 12 May 2026 16:57:26 +0200 Subject: [PATCH] Fix docs CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0600f5..706e51b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,8 @@ jobs: uses: actions/download-artifact@v4 with: pattern: docs-* - path: docs - merge-multiple: false + path: website/docs + merge-multiple: true - name: Setup Pages uses: actions/configure-pages@v5