-
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
Rebase helps with render woes #756
Conversation
No spelling errors! 🎉 |
The broken url errors check is currently being re-run 🏃 |
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-04 with changes from the latest commit 370f48a |
|
I think if it works I'd like to try a less drastic fix first which is what we implemented on Chris's Intro to R repo: fhdsl/Intro_to_R#41 |
I think implementing to the preview branch we should definitely go ahead with! Thanks @avahoffman But it needs to be added to ottr-reports to be effective. (this is why the URL checker is still failing) See this PR: jhudsl/ottr-reports#36 |
Done! |
I think we gotta do rebase. My other less drastic solutions aren't working. I think it should be fine though? It's only for the docs folder we will be doing this. What I still don't understand is why this just came up as an issue and wasn't an issue previously. What's changed? |
Okay I have one more try. |
Never mind. Let's merge this. |
@cansavvy I imagine one of the actions, perhaps checkout, has been updated or changed? I actually think rebase might be appropriate (and not too aggressive) here, since all the changes executed by the rendering steps should always supersede any changes on |
Yeah I agree on all of this. I think you're right. Just was worried about moving to fast on something that maybe had potentially to be messy, but I think its good. |
Add rebase flag (copy of jhudsl/OTTR_Template#756)
Problem
example
Solution
I've found
--rebase
helps with this. But not sure if it's overkill. Welcome everyone's thoughts!