Skip to content

Commit

Permalink
fix pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
andykswong committed Jul 6, 2022
1 parent 0f7b567 commit 51e467c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
node-version: '16'
- run: npm ci
- run: npm run build
- run: npm run build:examples
- run: npm run doc -- --excludeInternal
- name: Copy files to public
run: |
Expand Down

0 comments on commit 51e467c

Please sign in to comment.