Skip to content

Commit

Permalink
fix(ci): build index on docs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 23, 2023
1 parent 487f52b commit 413cce3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ jobs:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: 🧙‍♂️ Build Index
run: npm run build:index

- name: 📚 Build Docs
run: npm run document

Expand Down

0 comments on commit 413cce3

Please sign in to comment.