Skip to content

Commit 0039280

Browse files
committed
ci: add build README.md to document.yaml
1 parent d04e4af commit 0039280

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/document.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
run: roxygen2::roxygenise()
3434
shell: Rscript {0}
3535

36+
- name: Build README.md from README.Rmd
37+
run: Rscript -e 'devtools::build_readme()'
38+
3639
- name: Commit and push changes
3740
run: |
3841
git config --local user.name "$GITHUB_ACTOR"

0 commit comments

Comments
 (0)