From 0a0b88fc36e5c05247cf1dd69f7076fa1afcea04 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Sun, 21 Dec 2025 18:36:38 +0100 Subject: [PATCH 1/2] =?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 From 172c1c8b2dacf19b01b15cf83affd7c7dad6141d Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Sun, 21 Dec 2025 18:46:11 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Fix=20module=20loading=20in?= =?UTF-8?q?=20GitHub=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.blog/news-insights/the-library/bypassing-jekyll-on-github-pages/ --- packages/docs/static/.nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/docs/static/.nojekyll diff --git a/packages/docs/static/.nojekyll b/packages/docs/static/.nojekyll new file mode 100644 index 0000000..e69de29