Skip to content

Commit

Permalink
fix: try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigercrl committed Jan 29, 2025
1 parent 5a6dd61 commit 1381d21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build website
run: cd apps/frontend; pnpm build
run: pnpm web:build

- name: ls
run: ls -R

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: frontend
path: apps/frontend/.output
path: .output

0 comments on commit 1381d21

Please sign in to comment.