From c375d4e7406734c09f383899c53e85f7323a6aec Mon Sep 17 00:00:00 2001 From: Leibale Date: Mon, 30 Jan 2023 16:27:59 -0500 Subject: [PATCH] wip --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0ef0a67c9dc..89229e40720 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 1 - name: Install Dependencies - run: npm ci + run: npm ci --force - name: Build client run: npm run build:client - name: Generate Documentation