Skip to content

Commit

Permalink
Test landingpage example build in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtancoigne committed Sep 19, 2021
1 parent 8688178 commit e5028c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
run: yarn build:lib
- name: Build documentation
run: yarn build
- name: Build examples
run:
- cd _examples/landingpage
- yarn install
- yarn build

0 comments on commit e5028c4

Please sign in to comment.