diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0f4ea9ef..42604ed8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -47,7 +47,7 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies - run: npm ci + run: npm install - name: Build docs run: npm run docs:build