mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-20 05:24:06 +00:00
changing pipeline
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -15,9 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '21.x'
|
node-version: '21.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: cd src && npm ci && npx vite build
|
||||||
- name: Build
|
|
||||||
run: npx vite build
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user