Skip to content

Commit e5028c4

Browse files
committed
Test landingpage example build in Github actions
1 parent 8688178 commit e5028c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/actions.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
run: yarn build:lib
3333
- name: Build documentation
3434
run: yarn build
35+
- name: Build examples
36+
run:
37+
- cd _examples/landingpage
38+
- yarn install
39+
- yarn build

0 commit comments

Comments
 (0)