Skip to content

Commit cac4ca4

Browse files
authored
Merge pull request #250 from cmu-delphi/ds/ci
ci: add build README.md to document.yaml
2 parents d04e4af + 0039280 commit cac4ca4

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)