Skip to content

Commit 70bee50

Browse files
Update deploy-vite.yml
1 parent 67afc55 commit 70bee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-vite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-pages-artifact@v3
5151
with:
5252
# Upload dist folder
53-
path: './dist'
53+
path: './calc-frontend/dist'
5454
- name: Deploy to GitHub Pages
5555
id: deployment
5656
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)