gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
900 stars 379 forks source link

utility to export gnoweb content as static HTML files #2161

Open moul opened 6 months ago

moul commented 6 months ago

We need a utility that can natively export the content of a blockchain as clickable HTML files. This command will be used in CI to export the content of a blockchain, which can then be published on Netlify or any other service that exposes static files for each PR.

Proposed Solution

The utility should be simple to run, making CI on external repositories a no-brainer. Ideally, it should be integrated into gnodev so that:

This way, it's a single command to run in CI, making the process straightforward and efficient.

cc @gfanton @leohhhn

github-actions[bot] commented 5 days ago

This issue is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 3 months.