-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make GHA yml's compatible with quarto #746
Conversation
No broken url errors! 🎉 |
No spelling errors! 🎉 |
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2024-06-28 with changes from the latest commit 6ef418f |
How do I use this repo's Actions in |
For now you can copy it over after it's ready. But then long term we'll have to add the |
Preview appears to be updating accordingly on fhdsl/OTTR_Quarto#20 |
Summary
For maintenance purposes we want to keep one sole truth for GHA as much as possible. SO for the new Quarto OTTR course format we want to make sure that our GHA's are compatible with that.
In this PR I am working on making the GHA's also work with quarto by adding a config option for rendering.
render-website
: 'quarto' or 'rmd'This means both pull-request.yml and render-all.yml need to have quarto rendering capabilities.
I am building this here but the tru test for these GHA updates will be done over here: fhdsl/OTTR_Quarto#20
Related fhdsl/OTTR_Quarto#2