Skip to content

Commit b66a6d9

Browse files
Merge pull request #27 from Speedrunyourknowledge/develop
Update deploy-vite.yml
2 parents 92101e8 + 67955a6 commit b66a6d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-vite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@ jobs:
3636
node-version: 23
3737
cache: 'npm'
3838
- name: Install dependencies
39+
working-directory: ./calc-frontend
3940
run: npm ci
4041
- name: Build
42+
working-directory: ./calc-frontend
4143
run: npm run build
4244
- name: Setup Pages
4345
uses: actions/configure-pages@v5
4446
- name: Upload artifact
4547
uses: actions/upload-pages-artifact@v3
4648
with:
4749
# Upload dist folder
48-
path: './dist'
50+
path: './calc-frontend/dist'
4951
- name: Deploy to GitHub Pages
5052
id: deployment
5153
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)