Skip to content

Commit

Permalink
Build assets when building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Nov 19, 2024
1 parent 6d8c71e commit 78c0d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Install dependencies
run: npm ci
- name: Build assets
run: npm run build
- name: Build docs
run: npm run build:docs

Expand Down

0 comments on commit 78c0d46

Please sign in to comment.