How to remove rendered HTML from git while still being easily accessible #63
Replies: 4 comments 1 reply
-
GitHub Pages is a fine destination for CI-produced artefacts akin to PR-Preview. My focus is doing what we can to avoid people reviewing and suggesting changes to the HTML, when that HTML will be overwritten by output of BS processing, which will then lack the suggested changes. @iherman, @pchampin, or @msporny might be able to provide some guidance (or at least pointers to documentation and/or other helpful people) on how to get this rolling properly. |
Beta Was this translation helpful? Give feedback.
-
@TallTed @termontwouter have a look at #62 . |
Beta Was this translation helpful? Give feedback.
-
I've tried a few different strategies to keep everything within the same branch while working on #62 but ultimately kept stumbling into git's fundamental inability to ignore changes to tracked files. The only way forward that I can see is to have the CI build maintain separate |
Beta Was this translation helpful? Give feedback.
-
I might have addressed this in #70 , though it's the third time I find myself thinking of potentially having done so. Approach with skepticism. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Based on @TallTed's #60 (review):
I agree. I initially put it there for ease of those who are used to having the rendered version available, but we can change that. The problem with artefacts is that there is not an easy way to link to those. I think using GitHub Pages to publish the latest rendering of each branch to would be handier.
Other ideas?
Beta Was this translation helpful? Give feedback.
All reactions