I have found this action to be pretty underwhelming for outputs such as doxygen, as the generated url is just a zip of all the resulting files, meaning it is no different than just running actions/upload-artifact.
Is there some solution where all the found files can be merged into a single HTML file for real preview? Searching around I only found htmldoc -f single.html ..., but it doesn't support SVGs, CSS or JavaScript.
I have found this action to be pretty underwhelming for outputs such as
doxygen, as the generated url is just a zip of all the resulting files, meaning it is no different than just runningactions/upload-artifact.Is there some solution where all the found files can be merged into a single HTML file for real preview? Searching around I only found
htmldoc -f single.html ..., but it doesn't support SVGs, CSS or JavaScript.