zerocracy / pages-action

GitHub Action that generates HTML report from a Factbase
MIT License
5 stars 0 forks source link

embed .js and .css artifacts into the final HTML #84

Open yegor256 opened 3 months ago

yegor256 commented 3 months ago

Currently, we have a few external dependencies, like tacit.css or jquery.js, which we refer to, from the .html that we generate. Would be more convenient to download them all in Makefile and then include in the HTML. This will make the HTML document more network-independent.