-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggithub_workflowImprovments to GitHub workflow, CI, etcImprovments to GitHub workflow, CI, etc
Milestone
Description
E.g., see this error caused by the following line:
Line 489 in b3d71a2
render_docs(experiment, open = FALSE) |
This is similar to dbt-labs/dbt-core#6364 and seems to be caused by the change from Ubuntu 20.04 to 22.04 in actions/runner-images#6399.
Possible solutions:
-
Changeubuntu-latest
toubuntu-20.04
in.github/workflows/check-standard.yaml
- Fix file permissions in runner.
- Don't eval
render_docs()
insimChef.Rmd
inR-CMD-check
workflow - Don't eval
render_docs()
insimChef.Rmd
at all and instead put locally pre-rendered html output inpkgdown/assets
.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggithub_workflowImprovments to GitHub workflow, CI, etcImprovments to GitHub workflow, CI, etc