From 430eb907962aa0cacf40b04efd4c2893744546fe Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 30 Oct 2025 12:55:55 +0100 Subject: [PATCH] try to fix github action --- .github/workflows/pages.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0a46835..77d3022 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -54,7 +54,11 @@ jobs: node-version: latest cache: npm - name: Install npm deps - run: npm install + run: | + npm install + cd core + npm install + cd .. - name: Build with vite run: npm run deploy env: