Skip to content

Commit 1d9f99a

Browse files
authored
fix: Add build step using build workflow to publish workflow (ggml-org#23134)
1 parent 42928bc commit 1d9f99a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ui-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ on:
1313
required: true
1414

1515
jobs:
16+
build:
17+
name: Build static output
18+
uses: ./.github/workflows/ui-build.yml
19+
1620
publish:
1721
name: Publish UI Static Output
22+
needs: build
1823
runs-on: ubuntu-24.04-arm
1924

2025
permissions:

0 commit comments

Comments
 (0)