Updated path for build artifiact

This commit is contained in:
youssefsoli
2023-11-22 16:09:38 -05:00
parent 44b37cf4ae
commit 73e0008e11
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./build # Make sure this path points to your build output directory
path: ./frontend/build # Make sure this path points to your build output directory
- name: Deploy to GitHub Pages
id: deployment