Skip to content

Commit e3d09b3

Browse files
committed
fix: update artifact path in GitHub Pages deployment workflow
1 parent c554ddc commit e3d09b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload Artifact
3838
uses: actions/upload-pages-artifact@v3
3939
with:
40-
path: frontend/build
40+
path: frontend/dist
4141

4242
publish:
4343
needs: deploy

0 commit comments

Comments
 (0)