Skip to content

Commit

Permalink
Update frontend.yml to upload all files from the build output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescorpian committed Feb 5, 2025
1 parent 4e6394b commit 89dbb1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload the build output from the "dist" folder
path: frontend/dist
path: frontend/dist/*

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

0 comments on commit 89dbb1f

Please sign in to comment.