livemark icon indicating copy to clipboard operation
livemark copied to clipboard

Investigate options of building to a separate directory

Open roll opened this issue 4 years ago • 1 comments

Overview

It will provide an ability of not-commiting html filed into the source code. Currently, the main problem of achieving it is data/assets/etc linking and the livereload server setup

roll avatar Oct 19 '21 12:10 roll

You could also build to a different branch.

This Github Action, for instance, can be used to build the html to the gh-pages branch. I use it in this data visualization project (the deployed site can be seen here. Would love to use Livemark instead, if it is at least as simple as that.

augusto-herrmann avatar Jan 02 '22 01:01 augusto-herrmann