Updated path for build artifiact
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user