Skip to content

Commit

Permalink
Update GitHub Actions workflow to specify the correct path for build …
Browse files Browse the repository at this point in the history
…output in deployment
  • Loading branch information
bluescorpian committed Feb 5, 2025
1 parent ffade59 commit cd3e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload the build output from the "dist" folder
path: dist
path: frontend/dist

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit cd3e6ad

Please sign in to comment.