Skip to content

Commit

Permalink
Merge pull request #33 from e-kotov/docs-readme
Browse files Browse the repository at this point in the history
update readme render action
  • Loading branch information
e-kotov authored Aug 7, 2024
2 parents 7d97886 + 05bcbd3 commit d2c7851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-renv@v2
- name: Install rmarkdown
run: |
Rscript -e 'install.packages("rmarkdown")'
- name: Render README.Rmd
run: |
Expand Down

0 comments on commit d2c7851

Please sign in to comment.