From f785931eadccb3e7c8d783ece6d3300427e4d142 Mon Sep 17 00:00:00 2001 From: Ephenia Date: Wed, 12 Jun 2024 03:04:48 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 59fdf2f..2a1af03 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: node-version: 20 cache: 'npm' - name: Install dependencies - run: npm ci + run: npm ci --force - name: Build run: npm run build - name: Setup Pages