diff --git a/.github/workflows/vitepress-deploy.yml b/.github/workflows/vitepress-deploy.yml index f7590ca..eb9a3f8 100644 --- a/.github/workflows/vitepress-deploy.yml +++ b/.github/workflows/vitepress-deploy.yml @@ -30,7 +30,7 @@ jobs: run: cd fennecs-www - name: Install dependencies - run: npm ci + run: npm install - name: Build VitePress site run: npm run build