changing pipeline

This commit is contained in:
Sheldan
2024-03-10 19:07:31 +01:00
parent db2fbcb96c
commit fe7d6f6e9d

View File

@@ -15,9 +15,7 @@ jobs:
with:
node-version: '21.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npx vite build
run: cd src && npm ci && npx vite build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with: