Anyone know the feasibility of rendering directly to the root of the repo (for GitHub Pages)? It seems like it should be possible, but I’m having difficulty with it
I can set the target task to “target -C -d .” to get it to output to the root
But I’m not sure about removing the “public” dir. If I try render -o “/”
or render -o “”
, I just get errors
Also tried (target :no-clean true :dir #{”.”})
and (target :no-clean true :dir #{""})
build.boot, but neither of those worked, either, it just created a public directory again