Skip to content

Commit 15aa8dc

Browse files
committed
add build task to ui
1 parent fff66ff commit 15aa8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
cache: 'npm'
2626
- name: Build Site
27-
run: cd ui && npm ci && npm i flat && npm run build
27+
run: npm ci && cd ui && npm ci && npm run build
2828
- name: Upload artifact
2929
uses: actions/upload-pages-artifact@v3
3030
with:

0 commit comments

Comments
 (0)