Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Signed-off-by: SEBASTIAN JN <[email protected]>
  • Loading branch information
sebastianjnuwu authored Jan 7, 2025
1 parent 022b5bc commit 9201765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-pages-artifact@v3
with:
path: './build' # Ensure this path is correct for your build output folder
path: '../build' # Ensure this path is correct for your build output folder

# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9201765

Please sign in to comment.