judith-bourque / faker

Get data from the Faker API
Other
0 stars 0 forks source link

Setup GitHub Actions to re-render README #16

Open judith-bourque opened 1 year ago

judith-bourque commented 1 year ago

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:

judith-bourque commented 1 year ago

Issue

R-CMD-check badge won't display properly in README.

Possible solution

https://github.com/clessn/clessnverse/issues/45#issuecomment-1358655890

judith-bourque commented 1 year ago

Issue

R-CMD-check badge won't display properly in README.

Possible solution

clessn/clessnverse#45 (comment)

Doesn't seem to solve issue.

Pushed the branch to main and the action ran properly and badge now displays properly.

judith-bourque commented 1 year ago

Issue

render-markdown.yaml failed, see error message in commit.

Possible solution

https://github.com/judith-bourque/faker/blob/4236efe32a67b51fa5b69754d248afce348e8ef2/.github/workflows/render-rmarkdown.yaml#L13

judith-bourque commented 1 year ago

Can't add secret with GITHUB prefix.