Skip to content

Commit 2e9979e

Browse files
committed
fix error
1 parent 601a4d8 commit 2e9979e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm run build
4444

4545
- name: List build output
46-
run: ls -R frontend/dist
46+
run: ls -R dist
4747

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

0 commit comments

Comments
 (0)