mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-02 23:30:10 +00:00
changing working dir
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -15,7 +15,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '21.x'
|
node-version: '21.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd src/ && npm ci && npx vite build
|
run: npm ci && npx vite build
|
||||||
|
working-directory: src
|
||||||
- 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