Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH actions: no rmarkdown? #21

Open
trevorcampbell opened this issue Sep 14, 2024 · 2 comments
Open

GH actions: no rmarkdown? #21

trevorcampbell opened this issue Sep 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@trevorcampbell
Copy link
Contributor

Every few runs of the github actions workflow results in an error where the runner complains that rmarkdown and knitr aren't installed.

https://github.com/UBC-STAT/stat-406/actions/runs/10860357801/job/30140845043

It doesn't happen every time, so it's probably related to whether built files in _freeze etc are being pushed as well.

@trevorcampbell trevorcampbell added the bug Something isn't working label Sep 14, 2024
@trevorcampbell
Copy link
Contributor Author

Yep, my guess is probably right: see quarto-dev/quarto-cli#5870

@trevorcampbell
Copy link
Contributor Author

On the one hand, it may be worth fixing this. OTOH the Stat406 package is so huge that we probably don't want a runner to install it every time it triggers. So probably the best thing to do is either to make a docker image that we can run the workflow on and put it on DockerHub, or to just leave it alone (but document that you need to fully commit all built files to get a working site rebuild)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant