Skip to content

Commit 413cce3

Browse files
committed
fix(ci): build index on docs as well
1 parent 487f52b commit 413cce3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ jobs:
150150
path: node_modules
151151
key: node-modules-${{ hashFiles('package-lock.json') }}
152152

153+
- name: 🧙‍♂️ Build Index
154+
run: npm run build:index
155+
153156
- name: 📚 Build Docs
154157
run: npm run document
155158

0 commit comments

Comments
 (0)