File tree Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 1818 - name : Generate docs
1919 run : |
2020 yarn install --frozen-lockfile
21+ yarn build
2122 yarn predocs:start
2223 - name : Test Build
2324 run : |
3839 - name : Generate docs
3940 run : |
4041 yarn install --frozen-lockfile
42+ yarn build
4143 yarn predocs:start
4244 - name : Release to GitHub Pages
4345 env :
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - run : yarn install --frozen-lockfile
24+ - run : yarn build
2425 - run : yarn test
2526 env :
2627 CI : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 node-version : ${{ matrix.node-version }}
2323 - run : npm install -g yarn
2424 - run : yarn install --frozen-lockfile
25+ - run : yarn build
2526 - run : yarn validate
2627 env :
2728 CI : true
You can’t perform that action at this time.
0 commit comments