From 3bdeb50d04625cfdcfdbe36b386c4ebe9bc60a1d Mon Sep 17 00:00:00 2001 From: Christian Findlay <16697547+MelbourneDeveloper@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:57:42 +1100 Subject: [PATCH] Fix website --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 2dea38d..517b8a4 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -41,7 +41,7 @@ jobs: - name: Build website working-directory: website - run: npx @11ty/eleventy --pathprefix=/dart_node/ + run: npx @11ty/eleventy - name: Setup Pages uses: actions/configure-pages@v4