From 0a0b88fc36e5c05247cf1dd69f7076fa1afcea04 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Sun, 21 Dec 2025 18:36:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20path=20to=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index f7daa67..2924e34 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -38,7 +38,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: build + path: packages/docs/build - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4