Skip to content

Commit c14906f

Browse files
add action to check build
1 parent 0b14db1 commit c14906f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e "blogdown::build_site()"
32+
33+
- name: Check
34+
run: Rscript -e "blogdown::serve_site()"

0 commit comments

Comments
 (0)