changing working dir

This commit is contained in:
Sheldan
2024-03-10 19:13:32 +01:00
parent 394c081d93
commit 4b461ffe1b

View File

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