# Issue README.Rmd doesn't re-knit automatically to README.md. # Proposed solution Setup GitHub Actions to re-render README.Rmd every time you push. An example workflow can be found here: https://github.com/r-lib/actions/tree/v1/examples. See also: - [GitHub Actions Documentation](https://docs.github.com/en/actions) - [Example workflow](https://docs.github.com/en/actions) - [GitHub Actions for R developers, v2](https://www.tidyverse.org/blog/2022/06/actions-2-0-0/) - [Example workflow to set up continuous integration for packages](https://orchid00.github.io/actions_sandbox/packageci.html)
Issue
README.Rmd doesn't re-knit automatically to README.md.
Proposed solution
Setup GitHub Actions to re-render README.Rmd every time you push. An example workflow can be found here: https://github.com/r-lib/actions/tree/v1/examples.
See also: