From 4259e0ecdfc4c6a009c951b6f437f71ca179ae42 Mon Sep 17 00:00:00 2001 From: Christian Vadala Date: Thu, 15 Aug 2024 17:23:22 +0200 Subject: [PATCH] fixes website gh action build --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 99a2cb1..849185f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -35,6 +35,7 @@ jobs: run: | npm ci npm run build --if-present + npm run website:build shell: bash - name: Setup Pages uses: actions/configure-pages@v5