Skip to content

Commit 65db8f2

Browse files
authored
Add missing step to workflow (#515)
1 parent 98e8d61 commit 65db8f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Build Modules 🔧
3030
run: yarn workspaces foreach -ptW --from "./src/{bundles,tabs}/*" run build
3131

32+
- name: Build Manifest
33+
run: yarn buildtools manifest
34+
3235
- name: Build All Docs
3336
run: yarn build:docs
3437

0 commit comments

Comments
 (0)