diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8f3063..27a1e76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: node-version: '21.x' - name: Install dependencies run: | - npm ci + npm i npx vite build - name: Deploy uses: JamesIves/github-pages-deploy-action@v4