change install

This commit is contained in:
Sheldan
2024-03-10 19:20:32 +01:00
parent 8b7e5d0160
commit a0c08ee6ab

View File

@@ -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