Skip to content

Commit

Permalink
Update frontend.yml to list build output and adjust artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescorpian committed Feb 5, 2025
1 parent 89dbb1f commit 601a4d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ jobs:
- name: Build project
run: pnpm run build

- name: List build output
run: ls -R frontend/dist

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: frontend/dist/*
path: frontend/dist/

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

0 comments on commit 601a4d8

Please sign in to comment.