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