changingn folder name cd

This commit is contained in:
Sheldan
2024-03-10 19:12:25 +01:00
parent fe7d6f6e9d
commit 394c081d93

View File

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